mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-27 12:36:14 +01:00
0 check
This commit is contained in:
parent
666cb3198e
commit
5bb3b87bb4
@ -29,7 +29,8 @@
|
||||
return;
|
||||
}
|
||||
|
||||
$scope.providerType = $stateParams.provider ? $stateParams.provider : getDefaultProvider(providers);
|
||||
$scope.providerType = $stateParams.provider || $stateParams.provider === 0 ? $stateParams.provider :
|
||||
getDefaultProvider(providers);
|
||||
$scope.twoFactorEmail = null;
|
||||
$scope.token = null;
|
||||
$scope.constantsProvider = constants.twoFactorProvider;
|
||||
|
Loading…
Reference in New Issue
Block a user