add 2fa, make 2fa login page

This commit is contained in:
Milos Holba
2021-06-29 18:41:23 +02:00
parent 6397ce9a67
commit 7d28e09042
4 changed files with 267 additions and 82 deletions

View File

@@ -136,8 +136,8 @@ return [
// Features::emailVerification(),
Features::updateProfileInformation(),
//Features::updatePasswords(),
/*Features::twoFactorAuthentication([
Features::twoFactorAuthentication([
'confirmPassword' => true,
]),*/
]),
],
];