From 2ecfd1bb7e38779666e0c253ebc75524249e39be Mon Sep 17 00:00:00 2001 From: Daniel Hougaard Date: Thu, 22 Aug 2024 08:17:05 +0400 Subject: [PATCH] Update auth-signup-type.ts --- backend/src/services/auth/auth-signup-type.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/services/auth/auth-signup-type.ts b/backend/src/services/auth/auth-signup-type.ts index 9cd70f8c7..c5c535f39 100644 --- a/backend/src/services/auth/auth-signup-type.ts +++ b/backend/src/services/auth/auth-signup-type.ts @@ -37,4 +37,5 @@ export type TCompleteAccountInviteDTO = { ip: string; userAgent: string; authorization: string; + metadata?: string; };