This commit is contained in:
Christian
2021-11-29 19:31:36 +01:00
parent 27a802687c
commit 0775c566e5
15 changed files with 1663 additions and 799 deletions

View File

@@ -474,6 +474,7 @@ namespace BeWo.Service.ServiceImplementations
#if DEBUG
settings.UseTwoFactorAuth = false;
#endif
if (settings.UseTwoFactorAuth)
{
result = UserValidationResult.UserValidTwoFactorAuthenticationNeeded;