From 384a0daa313ee980948ba2f427b1d79fd7fce3da Mon Sep 17 00:00:00 2001 From: Daniel Hougaard Date: Thu, 22 Aug 2024 08:14:50 +0400 Subject: [PATCH] Update types.ts --- frontend/src/hooks/api/auth/types.ts | 1 + 1 file changed, 1 insertion(+) 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 & {