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