mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-25 14:44:49 +02:00
🚨 Fix lint warn, by removing console.log
This commit is contained in:
parent
18e2338735
commit
31b40e60f6
@ -60,9 +60,7 @@ const mount = () => new Vue({
|
|||||||
store, router, render, i18n,
|
store, router, render, i18n,
|
||||||
}).$mount('#app');
|
}).$mount('#app');
|
||||||
|
|
||||||
store.dispatch(Keys.INITIALIZE_CONFIG).then((thing) => {
|
store.dispatch(Keys.INITIALIZE_CONFIG).then(() => {
|
||||||
console.log('main', thing);
|
|
||||||
|
|
||||||
// Keycloak is enabled, redirect to KC login page
|
// Keycloak is enabled, redirect to KC login page
|
||||||
if (isKeycloakEnabled()) {
|
if (isKeycloakEnabled()) {
|
||||||
initKeycloakAuth()
|
initKeycloakAuth()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user