Merge pull request #2066 from coreos-inc/select-username
Add support for temp usernames and an interstitial to confirm username
This commit is contained in:
commit
233b2be5c2
18 changed files with 388 additions and 24 deletions
|
@ -191,6 +191,9 @@ quayApp.config(['$routeProvider', '$locationProvider', 'pages', function($routeP
|
|||
// Privacy
|
||||
.route('/privacy', 'privacy')
|
||||
|
||||
// Change username
|
||||
.route('/updateuser', 'update-user')
|
||||
|
||||
// Landing Page
|
||||
.route('/', 'landing')
|
||||
|
||||
|
|
Reference in a new issue