Forgot to add this
This commit is contained in:
+2
-2
@@ -75,6 +75,6 @@ export async function refreshToken(): Promise<boolean> {
|
||||
}
|
||||
|
||||
export function getAuthHeader(): string {
|
||||
const jwt = getAccessTokenCookie();
|
||||
return `Bearer ${jwt}`;
|
||||
const jwt_access = getAccessTokenCookie();
|
||||
return `Bearer ${jwt_access}`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user