mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 03:57:10 +08:00
Change specified height to 450
This commit is contained in:
parent
c978eade56
commit
473201c9a4
@ -45,7 +45,7 @@ Discourse.LoginMethod.reopenClass({
|
||||
params.frameWidth = 850;
|
||||
params.frameHeight = 500;
|
||||
} else if (name === "facebook") {
|
||||
params.frameHeight = 420;
|
||||
params.frameHeight = 450;
|
||||
}
|
||||
|
||||
methods.pushObject(Discourse.LoginMethod.create(params));
|
||||
|
Loading…
x
Reference in New Issue
Block a user