removed unused isLoggedIn function

This commit is contained in:
helgeerbe 2022-11-26 17:49:00 +01:00
parent 0a0cb9905e
commit f740dceb78

View File

@ -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({