()
| 18 | } |
| 19 | |
| 20 | getRenderData () { |
| 21 | const context = super.getRenderData() |
| 22 | context.callbackID = utils.getQueryVariable('id') |
| 23 | context.callbackURL = utils.getQueryVariable('callback') + `?id=${context.callbackID}&username=${me.get('name')}` |
| 24 | context.callbackSource = utils.getQueryVariable('source') |
| 25 | return context |
| 26 | } |
| 27 | } |
| 28 | IdentifyView.initClass() |
| 29 | return IdentifyView |