diff --git a/api/functions/login/login.js b/api/functions/login/login.js index e5b4b0c..782f195 100644 --- a/api/functions/login/login.js +++ b/api/functions/login/login.js @@ -55,7 +55,6 @@ const loginHandler = async (req, res) => { .json({ status: "OK" }) } catch (error) { - console.log(error); return res.status(400).json({ status: 'ERROR', reason: 'Invalid User Token' }) } } @@ -127,7 +126,6 @@ const loginHandler = async (req, res) => { return res.status(200).json({ status: "OK" }) } catch (error) { - console.log(error); return res.status(400).json({ status: 'ERROR', reason: 'Unexpected error happened, please try again' }) } } diff --git a/src/features/Auth/pages/LoginPage/LoginPage.tsx b/src/features/Auth/pages/LoginPage/LoginPage.tsx index 3407622..475fb7e 100644 --- a/src/features/Auth/pages/LoginPage/LoginPage.tsx +++ b/src/features/Auth/pages/LoginPage/LoginPage.tsx @@ -175,7 +175,7 @@ export default function LoginPage() { Scan this code or copy + paste it to your lightning wallet. Or click to login with your browser's wallet.