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:
@@ -9,6 +9,8 @@
|
||||
this.installView = null;
|
||||
},
|
||||
events: {
|
||||
'click .openInstaller': 'openInstaller',
|
||||
'click .openStandalone': 'openStandalone',
|
||||
'openInstaller': 'openInstaller',
|
||||
'openInbox': 'openInbox',
|
||||
},
|
||||
|
Reference in New Issue
Block a user