mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-29 21:21:24 +00:00
Merge pull request #120 from Qortal/feature/remove-apikey-storage
remove log
This commit is contained in:
@@ -202,8 +202,6 @@ export const NotAuthenticated = ({
|
||||
hasLocalNodeRef.current = hasLocalNode;
|
||||
}, [hasLocalNode]);
|
||||
|
||||
console.log('apiKey', apiKey);
|
||||
|
||||
const validateApiKey = useCallback(async (key, fromStartUp) => {
|
||||
try {
|
||||
if (key === 'isGateway') return;
|
||||
|
Reference in New Issue
Block a user