1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

login model adjustments

This commit is contained in:
Kyle Spearrin
2017-07-11 14:50:49 -04:00
parent 2ae21eef82
commit 1053491d28
3 changed files with 5 additions and 1 deletions

View File

@@ -39,7 +39,7 @@ angular
$scope.login.showLaunch = false;
}
if (model.totp) {
if (model.totp && (login.organizationUseTotp || false)) {
totpUpdateCode();
totpTick();