From b1511d124e6454796b7c42707ec3bce8277f471f Mon Sep 17 00:00:00 2001 From: mahmamdouh Date: Sun, 25 Jan 2026 22:19:14 +0100 Subject: [PATCH] update key --- src/contexts/AuthContext.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/contexts/AuthContext.tsx b/src/contexts/AuthContext.tsx index 5274618..1b7262c 100644 --- a/src/contexts/AuthContext.tsx +++ b/src/contexts/AuthContext.tsx @@ -21,7 +21,7 @@ interface AuthContextType { const AuthContext = createContext(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;