mirror of
https://github.com/Qortal/chrome-extension.git
synced 2025-02-11 17:55:49 +00:00
fix bug
This commit is contained in:
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);
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user