mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
Fix #1207
This commit is contained in:
parent
874b149986
commit
27774cdf0f
1 changed files with 1 additions and 0 deletions
|
@ -104,6 +104,7 @@ module.exports = class ProfileView extends View
|
|||
@linkedinLoaded = true
|
||||
if @waitingForLinkedIn
|
||||
@renderLinkedInButton()
|
||||
@authorizedWithLinkedIn = IN?.User?.isAuthorized()
|
||||
|
||||
renderLinkedInButton: =>
|
||||
IN?.parse()
|
||||
|
|
Loading…
Reference in a new issue