Make standalone registration more accessible

Add buttons for switching between the linking flow and the standalone
registration flow. The button and standalone registration are only
availble in a development environment.

// FREEBIE
This commit is contained in:
lilia 2017-04-24 18:45:18 -07:00 committed by Scott Nonnenberg
parent a2e0fa59c1
commit 008e978b8a
No known key found for this signature in database
GPG key ID: A4931C09644C654B
3 changed files with 7 additions and 0 deletions

View file

@ -26,6 +26,7 @@
installFinalButton: i18n('installFinalButton'),
installTooManyDevices: i18n('installTooManyDevices'),
ok: i18n('ok'),
development: window.config.environment === 'development'
};
},
initialize: function(options) {