Add missing semicolon

This commit is contained in:
David Taylor 2018-07-26 10:30:10 +01:00
parent def2c977ce
commit 63e15aa41a
1 changed files with 1 additions and 1 deletions

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