From 75cce77b906782444024287fb1641aec2aa3d183 Mon Sep 17 00:00:00 2001 From: talksik Date: Sat, 7 May 2022 18:33:03 -0500 Subject: [PATCH] nice testing setup with jwt token selection simple --- packages/desktop/src/pages/Login/index.tsx | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/packages/desktop/src/pages/Login/index.tsx b/packages/desktop/src/pages/Login/index.tsx index b30b591..9884d46 100644 --- a/packages/desktop/src/pages/Login/index.tsx +++ b/packages/desktop/src/pages/Login/index.tsx @@ -57,6 +57,27 @@ export default function Login() { > + {/* ! TESTING PURPOSES */} + + + + {isLoading ? ( <> Attempting to log you in