mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
password hint
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
|
||||
$urlRouterProvider.otherwise(function ($injector, $location) {
|
||||
var $state = $injector.get('$state');
|
||||
$state.go('splash');
|
||||
$state.go('home');
|
||||
});
|
||||
|
||||
$stateProvider
|
||||
@@ -55,6 +55,13 @@
|
||||
data: { authorize: false },
|
||||
params: { animation: null }
|
||||
})
|
||||
.state('hint', {
|
||||
url: '/hint',
|
||||
controller: 'accountsHintController',
|
||||
templateUrl: 'app/accounts/views/accountsHint.html',
|
||||
data: { authorize: false },
|
||||
params: { animation: null }
|
||||
})
|
||||
.state('twoFactor', {
|
||||
url: '/two-factor',
|
||||
controller: 'accountsLoginController',
|
||||
|
||||
Reference in New Issue
Block a user