diff options
author | Puyodead1 <puyodead@proton.me> | 2023-01-31 08:32:19 -0500 |
---|---|---|
committer | Puyodead1 <puyodead@protonmail.com> | 2023-02-23 22:49:55 -0500 |
commit | 54dbc7190b64428840645a9eaee0d60d66362a4d (patch) | |
tree | e2f70d17fd5c5b7a81a67c1fef1b2c2419a46839 | |
parent | config: require account verification (diff) | |
download | server-54dbc7190b64428840645a9eaee0d60d66362a4d.tar.xz |
fix: verification required for login not working correctly
-rw-r--r-- | src/api/routes/auth/login.ts | 1 |
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(() => { |