fix(server): Allow passwordless users when oauth enabled (#13517)

* fix(server): Allow passwordless users when oauth enabled

* fix(web): Use features flags for checking oauth
This commit is contained in:
jedi04
2024-10-17 21:54:50 +05:30
committed by GitHub
parent 3f663106e8
commit bb694aeeeb
4 changed files with 14 additions and 4 deletions

View File

@@ -62,7 +62,6 @@ export class UserAdminCreateDto {
@Transform(toEmail)
email!: string;
@IsNotEmpty()
@IsString()
password!: string;