diff --git a/src/pages/LoginPage.tsx b/src/pages/LoginPage.tsx
index 7562f46..80e5acf 100644
--- a/src/pages/LoginPage.tsx
+++ b/src/pages/LoginPage.tsx
@@ -270,12 +270,12 @@ const LoginPage = () => {
))}
{formDataProps => }
-
+ {loginMethod === "credentials" &&
-
+ }
+ {loginMethod === "accessToken" &&
+
+ }