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:
parent
def2c977ce
commit
63e15aa41a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue