This commit is contained in:
Benjamin Toby
2024-12-09 13:27:08 +01:00
parent a7dfd48284
commit d9d32a4643
174 changed files with 322 additions and 605 deletions
+2 -2
View File
@@ -256,8 +256,8 @@ export type UserDataPayload = {
first_name: string;
last_name: string;
email: string;
password: string;
username: string;
password?: string;
username?: string;
} & {
[key: string]: any;
};