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 {
|
export function getAuthHeader(): string {
|
||||||
const jwt = getAccessTokenCookie();
|
const jwt_access = getAccessTokenCookie();
|
||||||
return `Bearer ${jwt}`;
|
return `Bearer ${jwt_access}`;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user