From a2d5540f8138bb826aa5fee552c65181130c32a5 Mon Sep 17 00:00:00 2001 From: Mikhail Petrov Date: Thu, 1 Feb 2024 18:30:15 +0300 Subject: [PATCH] fix Signed-off-by: Mikhail Petrov --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index ae4b067..b93e233 100644 --- a/src/App.js +++ b/src/App.js @@ -247,7 +247,7 @@ export const App = () => { onModal('failed', 'Something went wrong, try again'); } }); - if (type === 'object') { + if (type === 'object' && operation === 'GET') { api('GET', '/auth/bearer?walletConnect=true', {}, { [ContentTypeHeader]: "application/json", [AuthorizationHeader]: `Bearer ${msg}`,