mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-03-24 03:55:06 +00:00
fix: allow changing "require email address" if no SMTP credentials present
This commit is contained in:
@@ -21,7 +21,7 @@ export type AllAppConfig = AppConfig & {
|
||||
signupDefaultCustomClaims: CustomClaim[];
|
||||
// Email
|
||||
smtpHost: string;
|
||||
smtpPort: number;
|
||||
smtpPort: string;
|
||||
smtpFrom: string;
|
||||
smtpUser: string;
|
||||
smtpPassword: string;
|
||||
|
||||
Reference in New Issue
Block a user