mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-31 06:01:24 +00:00
fix bug
This commit is contained in:
@@ -342,8 +342,8 @@ export const NotAuthenticated = ({
|
|||||||
(response) => {
|
(response) => {
|
||||||
console.log("setApiKey", response);
|
console.log("setApiKey", response);
|
||||||
if (response) {
|
if (response) {
|
||||||
setApiKey(payload);
|
setApiKey(null);
|
||||||
handleSetGlobalApikey(payload);
|
handleSetGlobalApikey(null);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user