From 210131ca184c3aa043371857c022aa1aa149efbf Mon Sep 17 00:00:00 2001 From: Aditya Mangalampalli Date: Fri, 15 Apr 2022 02:00:25 -0700 Subject: Matched casing for almost all replacements --- src/stores/GlobalErrorStore.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/stores/GlobalErrorStore.js') diff --git a/src/stores/GlobalErrorStore.js b/src/stores/GlobalErrorStore.js index 9c851d6f2..356a6f298 100644 --- a/src/stores/GlobalErrorStore.js +++ b/src/stores/GlobalErrorStore.js @@ -64,7 +64,7 @@ export default class GlobalErrorStore extends Store { this.response = {}; } if (this.error.status === 401) { - window['ferdi'].stores.app.authRequestFailed = true; + window['ferdium'].stores.app.authRequestFailed = true; // this.actions.user.logout({ serverLogout: true }); } } @@ -78,10 +78,10 @@ export default class GlobalErrorStore extends Store { }, error: this.error, response: this.response, - server: window['ferdi'].stores.settings.app.server, + server: window['ferdium'].stores.settings.app.server, }); } else { - window['ferdi'].stores.app.authRequestFailed = false; + window['ferdium'].stores.app.authRequestFailed = false; } }); } -- cgit v1.2.3-70-g09d2