1
0
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:
Elias Schneider
2026-01-06 13:49:10 +01:00
parent 646f849441
commit 8c68b08c12
3 changed files with 57 additions and 17 deletions

View File

@@ -21,7 +21,7 @@ export type AllAppConfig = AppConfig & {
signupDefaultCustomClaims: CustomClaim[];
// Email
smtpHost: string;
smtpPort: number;
smtpPort: string;
smtpFrom: string;
smtpUser: string;
smtpPassword: string;