mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
move api services to background page. wire up log in and log out.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
$scope.loginPromise.then(function () {
|
||||
userService.getUserProfile(function (profile) {
|
||||
if (profile.twoFactor) {
|
||||
if (false && profile.twoFactor) {
|
||||
$state.go('login.twoFactor');
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user