1
0
Fork 0

adaptions

This commit is contained in:
Philipp Holzer 2022-06-26 10:13:32 +02:00
commit b67e488236
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
3 changed files with 24 additions and 19 deletions

View file

@ -166,7 +166,7 @@ return [
'[/]' => [Module\Security\TwoFactor\Verify::class, [R::GET, R::POST]],
'/recovery' => [Module\Security\TwoFactor\Recovery::class, [R::GET, R::POST]],
'/trust' => [Module\Security\TwoFactor\Trust::class, [R::GET, R::POST]],
'/signout' => [Module\Security\TwoFactor\Signout::class, [R::GET, R::POST]],
'/signout' => [Module\Security\TwoFactor\SignOut::class, [R::GET, R::POST]],
],
'/api' => [