Fix the build.

This commit is contained in:
Arpit Jalan 2019-07-17 12:03:45 +05:30
parent e4d743910d
commit d4d81515d2

View File

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