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)) { 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) {