mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 13:53:34 +00:00
0 check
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user