fix: allow admin user creation on setup
This commit is contained in:
parent
03be94aa10
commit
d644a5732f
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ router.post(
|
|||
|
||||
router.post(
|
||||
"/finish",
|
||||
ParamaterPassCheckHelper.requiredIncludedMiddleware(["mail", "token", "totp"]),
|
||||
ParamaterPassCheckHelper.requiredIncludedMiddleware(["mail", "token", "secret", "routine"]),
|
||||
async (req, res) => {
|
||||
await finishInvite(req, res, true);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue