mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 03:06:53 +08:00
Fix login with google in IE9
This commit is contained in:
@ -86,7 +86,7 @@ window.Discourse.LoginView = window.Discourse.ModalBodyView.extend Discourse.Pre
|
||||
accountEmail: options['email']
|
||||
accountUsername: options['username']
|
||||
accountName: options['name']
|
||||
authOptions: options
|
||||
authOptions: Em.Object.create(options)
|
||||
|
||||
mouseMove: (e) ->
|
||||
@set('lastX', e.screenX)
|
||||
|
Reference in New Issue
Block a user