feat(auth): refactor sign-out functionality and update import paths

This commit is contained in:
Nils-Johan Gynther
2026-04-17 19:58:45 +02:00
parent ce0cc6fbf0
commit e06d05e8db
3 changed files with 11 additions and 8 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { auth } from '../../auth';
import { auth } from '../auth';
/**
* Returnerar Authorization-header med JWT från sessionen.