1
0
mirror of https://github.com/Qortal/chrome-extension.git synced 2025-05-27 11:57:00 +00:00
This commit is contained in:
PhilReact 2024-10-24 03:56:52 +03:00
parent aeeac2fdaa
commit 86f3105586

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