Fix the build.

This commit is contained in:
Arpit Jalan 2019-07-17 12:03:45 +05:30
parent e4d743910d
commit d4d81515d2
1 changed files with 11 additions and 10 deletions

View File

@ -228,7 +228,8 @@ export default Ember.Controller.extend(
type: "POST", type: "POST",
data: token ? { token_id: token.id } : {} data: token ? { token_id: token.id } : {}
} }
).then(() => { )
.then(() => {
if (!token) { if (!token) {
const redirect = this.siteSettings.logout_redirect; const redirect = this.siteSettings.logout_redirect;
if (Ember.isEmpty(redirect)) { if (Ember.isEmpty(redirect)) {