mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
Fixed GPlus login.
This commit is contained in:
parent
7210de02e9
commit
0f706bfdf6
2 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ module.exports = class AuthModal extends ModalView
|
|||
@renderGPlusAuthChecklist()
|
||||
|
||||
renderGPlusAuthChecklist: ->
|
||||
template = require 'templates/modal/auth-modal-gplus-checklist'
|
||||
template = require 'templates/core/auth-modal-gplus-checklist'
|
||||
el = $(template({steps: @gplusAuthSteps}))
|
||||
el.i18n()
|
||||
@$el.find('.modal-body:visible').empty().append(el)
|
||||
|
|
Loading…
Reference in a new issue