mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 01:55:38 -05:00
Potential popup blocker fix
This commit is contained in:
parent
97d3b6107d
commit
abe07e6395
1 changed files with 2 additions and 3 deletions
|
@ -86,11 +86,10 @@ module.exports = class EmployerSignupView extends View
|
||||||
window.tracker?.trackEvent 'Finished Signup'
|
window.tracker?.trackEvent 'Finished Signup'
|
||||||
@enableModalInProgress(@$el)
|
@enableModalInProgress(@$el)
|
||||||
auth.createUserWithoutReload userObject, null
|
auth.createUserWithoutReload userObject, null
|
||||||
|
console.log "Authorizing with linkedin"
|
||||||
|
IN.User.authorize(@recordUserDetails, @)
|
||||||
|
|
||||||
linkedInAuth: (e) =>
|
linkedInAuth: (e) =>
|
||||||
console.log "Authorizing with linkedin"
|
|
||||||
@listenTo me,"sync", ->
|
|
||||||
IN.User.authorize(@recordUserDetails, @)
|
|
||||||
me.fetch()
|
me.fetch()
|
||||||
@reloadWhenClosed = true
|
@reloadWhenClosed = true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue