From 58352c5e8e6ee9e34334c1214cad372f8efe8afc Mon Sep 17 00:00:00 2001 From: Tugay Emin Date: Mon, 14 Nov 2022 08:12:54 +0200 Subject: [PATCH] cleanup --- src/containers/ConnectWallet/ConnectWallet.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/containers/ConnectWallet/ConnectWallet.tsx b/src/containers/ConnectWallet/ConnectWallet.tsx index 4a5f9f8..e0d274b 100644 --- a/src/containers/ConnectWallet/ConnectWallet.tsx +++ b/src/containers/ConnectWallet/ConnectWallet.tsx @@ -11,19 +11,16 @@ import Dialog from 'components/Dialog' import { updateUser } from 'store/user' import { RootState } from 'store' import Header from 'components/Layout/Header' -import { connectUser, getSigningClient } from 'utils/config' +import { connectUser } from 'utils/config' import { useState } from 'react' import LoadingButton from '@mui/lab/LoadingButton' import { COSMOSTATION_LEDGER, DEFAULT_LOGIN_FAILURE_MSG, - FIREBASE_AUTH_NONCE_URL, - FIREBASE_AUTH_VERIFY_URL, KEPLR_LEDGER, LOGIN_FAIL_TITLE } from 'utils/constants' -import axios from 'axios' import { authenticate } from 'utils/firebase' const ConnectWallet = () => {