feat(auth): refactor sign-out functionality and update import paths
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { auth } from '../../auth';
|
||||
import { auth } from '../auth';
|
||||
|
||||
/**
|
||||
* Returnerar Authorization-header med JWT från sessionen.
|
||||
|
||||
Reference in New Issue
Block a user