fix hiring banner

This commit is contained in:
Mutasem 2022-04-11 10:35:01 +02:00
parent 3b20d32dd9
commit b56baa9124

View file

@ -149,8 +149,8 @@ export default mixins(
}, },
}, },
async mounted() { async mounted() {
this.logHiringBanner();
await this.initialize(); await this.initialize();
this.logHiringBanner();
this.authenticate(); this.authenticate();
this.redirectIfNecessary(); this.redirectIfNecessary();