mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-11-03 14:37:02 +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;
|
hasLocalNodeRef.current = hasLocalNode;
|
||||||
}, [hasLocalNode]);
|
}, [hasLocalNode]);
|
||||||
|
|
||||||
console.log('apiKey', apiKey);
|
|
||||||
|
|
||||||
const validateApiKey = useCallback(async (key, fromStartUp) => {
|
const validateApiKey = useCallback(async (key, fromStartUp) => {
|
||||||
try {
|
try {
|
||||||
if (key === 'isGateway') return;
|
if (key === 'isGateway') return;
|
||||||
|
|||||||
Reference in New Issue
Block a user