Fix jwt-token

This commit is contained in:
2025-09-20 05:51:00 +02:00
parent 72e5b50eeb
commit c05aa03434
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ import React, { useState, useEffect } from 'react';
import { useAuth } from '../contexts/AuthContext';
import api from '../services/api';
import toast from 'react-hot-toast';
import { t } from '../utils/tempTranslations';
import { useTranslation } from '../utils/tempTranslations';
import {
CogIcon,
ShieldCheckIcon,