mirror of
https://github.com/Spythere/station-manager-2.0.git
synced 2026-05-03 05:28:13 +00:00
poprawki uwierzytelniania
This commit is contained in:
@@ -74,7 +74,6 @@
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import axios from 'axios';
|
||||
import { defineComponent } from 'vue';
|
||||
import routesMixin from '../mixins/routesMixin';
|
||||
import { useStore } from '../store';
|
||||
|
||||
@@ -64,7 +64,6 @@ export const useStore = defineStore('store', {
|
||||
'/manager/updateSceneryList',
|
||||
{
|
||||
changeList: mappedChangeList,
|
||||
token: this.token,
|
||||
notify: this.notifyDiscord,
|
||||
},
|
||||
{
|
||||
|
||||
@@ -21,10 +21,9 @@
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import axios from 'axios';
|
||||
import { defineComponent } from 'vue';
|
||||
import { useStore } from '../store';
|
||||
import { AuthState, ILoginResponse } from '../types/types';
|
||||
import { AuthState } from '../types/types';
|
||||
|
||||
enum LoginState {
|
||||
INITIALIZED = 0,
|
||||
|
||||
Reference in New Issue
Block a user