mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Add missing semicolon
This commit is contained in:
parent
def2c977ce
commit
63e15aa41a
@ -54,7 +54,7 @@ const LoginMethod = Ember.Object.extend({
|
|||||||
if (!Ember.isEmpty(fullScreenLoginSetting)) {
|
if (!Ember.isEmpty(fullScreenLoginSetting)) {
|
||||||
fullScreenLogin = this.siteSettings[fullScreenLoginSetting];
|
fullScreenLogin = this.siteSettings[fullScreenLoginSetting];
|
||||||
} else {
|
} else {
|
||||||
fullScreenLogin = this.get("fullScreenLogin")
|
fullScreenLogin = this.get("fullScreenLogin");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (fullScreenLogin) {
|
if (fullScreenLogin) {
|
||||||
|
Loading…
Reference in New Issue
Block a user