This commit is contained in:
PhilReact 2024-10-24 03:56:52 +03:00
parent aeeac2fdaa
commit 86f3105586

View File

@ -342,8 +342,8 @@ export const NotAuthenticated = ({
(response) => {
console.log("setApiKey", response);
if (response) {
setApiKey(payload);
handleSetGlobalApikey(payload);
setApiKey(null);
handleSetGlobalApikey(null);
}
}