mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 17:45:40 -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'
|
||||
@enableModalInProgress(@$el)
|
||||
auth.createUserWithoutReload userObject, null
|
||||
console.log "Authorizing with linkedin"
|
||||
IN.User.authorize(@recordUserDetails, @)
|
||||
|
||||
linkedInAuth: (e) =>
|
||||
console.log "Authorizing with linkedin"
|
||||
@listenTo me,"sync", ->
|
||||
IN.User.authorize(@recordUserDetails, @)
|
||||
me.fetch()
|
||||
@reloadWhenClosed = true
|
||||
|
||||
|
|
Loading…
Reference in a new issue