update key

This commit is contained in:
2026-01-25 22:19:14 +01:00
parent 53b5bbd3a6
commit b1511d124e

View File

@@ -21,7 +21,7 @@ interface AuthContextType {
const AuthContext = createContext<AuthContextType | undefined>(undefined);
const SSO_API_URL = "https://sso.nabd-co.com/verify";
const SSO_API_KEY = "yPkNLCYNm7-UrSZtr_hi-oCx6LZ1DQFAKTGNOoCiMic";
const SSO_API_KEY = "3sNtQ8G5_5j7R8AsZFeabuGYiVWw0OX9W_pHb3KTOSs";
interface AuthProviderProps {
children: ReactNode;