mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 17:45:40 -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
|
@linkedinLoaded = true
|
||||||
if @waitingForLinkedIn
|
if @waitingForLinkedIn
|
||||||
@renderLinkedInButton()
|
@renderLinkedInButton()
|
||||||
|
@authorizedWithLinkedIn = IN?.User?.isAuthorized()
|
||||||
|
|
||||||
renderLinkedInButton: =>
|
renderLinkedInButton: =>
|
||||||
IN?.parse()
|
IN?.parse()
|
||||||
|
|
Loading…
Reference in a new issue