1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

registration

This commit is contained in:
Kyle Spearrin
2016-09-20 19:57:24 -04:00
parent d7d45f3b50
commit ee4548a84a
9 changed files with 124 additions and 20 deletions

View File

@@ -53,7 +53,7 @@
controller: 'accountsLoginController',
templateUrl: 'app/accounts/views/accountsLogin.html',
data: { authorize: false },
params: { animation: null }
params: { animation: null, email: null }
})
.state('hint', {
url: '/hint',
@@ -69,6 +69,13 @@
data: { authorize: false },
params: { animation: null }
})
.state('register', {
url: '/register',
controller: 'accountsRegisterController',
templateUrl: 'app/accounts/views/accountsRegister.html',
data: { authorize: false },
params: { animation: null }
})
.state('tabs', {
url: '/tab',