Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfgebhardt committed Apr 16, 2024
1 parent c5d8ac0 commit ee894a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/pages/silent-refresh/+Page.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import AuthService from '#src/services/AuthService'
const authService = inject<AuthService>('authService')
onBeforeMount(async () => {
try {
await authService?.renewToken()
Expand Down

0 comments on commit ee894a7

Please sign in to comment.