mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix hiring banner
This commit is contained in:
parent
3b20d32dd9
commit
b56baa9124
|
@ -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();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue