From 4115f20084f302f497be9cb12237564679ca54ec Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 20 Jan 2023 15:34:01 +0100 Subject: Add ability to not send an email for registration --- client/src/app/shared/form-validators/form-validator.model.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/shared') diff --git a/client/src/app/shared/form-validators/form-validator.model.ts b/client/src/app/shared/form-validators/form-validator.model.ts index 31c253b9b..1e4bba86b 100644 --- a/client/src/app/shared/form-validators/form-validator.model.ts +++ b/client/src/app/shared/form-validators/form-validator.model.ts @@ -12,5 +12,5 @@ export type BuildFormArgument = { } export type BuildFormDefaultValues = { - [ name: string ]: number | string | string[] | BuildFormDefaultValues + [ name: string ]: boolean | number | string | string[] | BuildFormDefaultValues } -- cgit v1.2.3