error management: Handle fail to get JWT token

This commit is contained in:
Valere
2025-03-11 09:07:19 +01:00
parent 343da0db14
commit 04a46ebabe
3 changed files with 32 additions and 3 deletions

View File

@@ -8,6 +8,7 @@ Please see LICENSE in the repository root for full details.
import { describe, expect, test, vi } from "vitest";
import { render, screen } from "@testing-library/react";
import {
type FC,
type ReactElement,
type ReactNode,
useCallback,