mirror of
https://github.com/discourse/discourse.git
synced 2025-02-17 16:55:08 +00:00
Make Facebook login popup taller
This commit is contained in:
parent
a3344a6be3
commit
c978eade56
@ -44,6 +44,8 @@ Discourse.LoginMethod.reopenClass({
|
||||
if (name === "google") {
|
||||
params.frameWidth = 850;
|
||||
params.frameHeight = 500;
|
||||
} else if (name === "facebook") {
|
||||
params.frameHeight = 420;
|
||||
}
|
||||
|
||||
methods.pushObject(Discourse.LoginMethod.create(params));
|
||||
|
Loading…
x
Reference in New Issue
Block a user