This commit is contained in:
Benjamin Toby
2025-04-16 12:53:11 +01:00
parent fe97939faf
commit cd224b24df
5 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -1211,7 +1211,7 @@ export type MariadbRemoteServerUserObject = {
export type APILoginFunctionParams = {
encryptionKey: string;
email: string;
email?: string;
username?: string;
password?: string;
database: string;