mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
return state for org create on register/login
This commit is contained in:
@@ -185,7 +185,7 @@ angular
|
||||
}
|
||||
})
|
||||
.state('frontend.login.info', {
|
||||
url: '^/',
|
||||
url: '^/?org',
|
||||
templateUrl: 'app/accounts/views/accountsLoginInfo.html',
|
||||
data: {
|
||||
pageTitle: 'Log In'
|
||||
@@ -225,7 +225,7 @@ angular
|
||||
}
|
||||
})
|
||||
.state('frontend.register', {
|
||||
url: '^/register',
|
||||
url: '^/register?org',
|
||||
templateUrl: 'app/accounts/views/accountsRegister.html',
|
||||
controller: 'accountsRegisterController',
|
||||
params: {
|
||||
|
||||
Reference in New Issue
Block a user