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:
parent
a2e0fa59c1
commit
008e978b8a
3 changed files with 7 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
|||
this.installView = null;
|
||||
},
|
||||
events: {
|
||||
'click .openInstaller': 'openInstaller',
|
||||
'click .openStandalone': 'openStandalone',
|
||||
'openInstaller': 'openInstaller',
|
||||
'openInbox': 'openInbox',
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue