This commit is contained in:
2026-03-12 05:27:31 +00:00
parent 355ae63651
commit a34fd3aa20
9 changed files with 327 additions and 67 deletions
+1
View File
@@ -207,6 +207,7 @@ export type APIReqObject = {
email?: string;
password?: string;
new_user?: TurboCISignupFormObject;
user_id?: string | number;
};
export type LoginFormData = {