mirror of
https://github.com/Spythere/station-manager-2.0.git
synced 2026-05-03 13:38:13 +00:00
hotfixy routingów
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user