summary refs log tree commit diff
path: root/src/api
diff options
context:
space:
mode:
authorPuyodead1 <puyodead@proton.me>2023-01-31 08:32:19 -0500
committerPuyodead1 <puyodead@protonmail.com>2023-02-23 22:49:55 -0500
commit54dbc7190b64428840645a9eaee0d60d66362a4d (patch)
treee2f70d17fd5c5b7a81a67c1fef1b2c2419a46839 /src/api
parentconfig: require account verification (diff)
downloadserver-ts-54dbc7190b64428840645a9eaee0d60d66362a4d.tar.xz
fix: verification required for login not working correctly
Diffstat (limited to 'src/api')
-rw-r--r--src/api/routes/auth/login.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/api/routes/auth/login.ts b/src/api/routes/auth/login.ts

index 89d0be69..e6616731 100644 --- a/src/api/routes/auth/login.ts +++ b/src/api/routes/auth/login.ts
@@ -77,6 +77,7 @@ router.post( "mfa_enabled", "webauthn_enabled", "security_keys", + "verified", ], relations: ["security_keys"], }).catch(() => {