removed unused isLoggedIn function
This commit is contained in:
parent
0a0cb9905e
commit
f740dceb78
@ -177,7 +177,7 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { defineComponent } from 'vue';
|
import { defineComponent } from 'vue';
|
||||||
import type { Vedirect } from '@/types/VedirectLiveDataStatus';
|
import type { Vedirect } from '@/types/VedirectLiveDataStatus';
|
||||||
import { isLoggedIn, handleResponse, authHeader, authUrl } from '@/utils/authentication';
|
import { handleResponse, authHeader, authUrl } from '@/utils/authentication';
|
||||||
|
|
||||||
|
|
||||||
export default defineComponent({
|
export default defineComponent({
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user