hotfixy routingów

This commit is contained in:
2023-09-16 18:59:37 +02:00
parent 48efd21178
commit 7c0accbbce
4 changed files with 11 additions and 41 deletions
+1 -2
View File
@@ -1,5 +1,5 @@
<template>
<div class="login" v-if="store.authState != AuthState.LOADING">
<div class="login">
<div class="login-header">
<img src="/icon-logo.svg" alt="logo" />
<h1>Stacjownik Station Manager</h1>
@@ -55,7 +55,6 @@ export default defineComponent({
methods: {
async signIn(e: Event) {
this.loginState = LoginState.LOADING;
this.store.authState = AuthState.LOADING;
try {
const response = await axios.post(