diff --git a/frontend/src/hooks/api/auth/types.ts b/frontend/src/hooks/api/auth/types.ts index 1b4dff1f0..5ca5c75a2 100644 --- a/frontend/src/hooks/api/auth/types.ts +++ b/frontend/src/hooks/api/auth/types.ts @@ -93,6 +93,7 @@ export type CompleteAccountDTO = { salt: string; verifier: string; password: string; + metadata?: string; }; export type CompleteAccountSignupDTO = CompleteAccountDTO & {