Skip to content

Commit

Permalink
removed unused isLoggedIn function
Browse files Browse the repository at this point in the history
  • Loading branch information
helgeerbe committed Nov 26, 2022
1 parent 0a0cb99 commit f740dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/views/VedirectView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
<script lang="ts">
import { defineComponent } from 'vue';
import type { Vedirect } from '@/types/VedirectLiveDataStatus';
import { isLoggedIn, handleResponse, authHeader, authUrl } from '@/utils/authentication';
import { handleResponse, authHeader, authUrl } from '@/utils/authentication';
export default defineComponent({
Expand Down

0 comments on commit f740dce

Please sign in to comment.