2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

Add missing semicolon

This commit is contained in:
David Taylor 2018-07-26 10:30:10 +01:00
parent def2c977ce
commit 63e15aa41a

View file

@ -54,7 +54,7 @@ const LoginMethod = Ember.Object.extend({
if (!Ember.isEmpty(fullScreenLoginSetting)) {
fullScreenLogin = this.siteSettings[fullScreenLoginSetting];
} else {
fullScreenLogin = this.get("fullScreenLogin")
fullScreenLogin = this.get("fullScreenLogin");
}
if (fullScreenLogin) {