Skip to content

Commit

Permalink
chore(auth): 🔧 add optional FORCE_ADMIN_EMAIL field
Browse files Browse the repository at this point in the history
[docker-latest]
  • Loading branch information
lehuygiang28 committed Aug 22, 2024
1 parent ae85204 commit f2f6b95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/be/src/app/auth/config/auth-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ class EnvironmentVariablesValidator {
@IsEmail()
ADMIN_EMAIL?: string;

@IsOptional()
@IsString()
FORCE_ADMIN_EMAIL?: string;

Expand Down

0 comments on commit f2f6b95

Please sign in to comment.