From 723dea46b24c3991da0298ca42a931a2246d310d Mon Sep 17 00:00:00 2001 From: Bogdan Chadkin Date: Thu, 6 Feb 2025 13:24:07 +0700 Subject: [PATCH] refactor: use text field for devlogin Password field makes it harder to enter email for new user. Since thew feature is dev only there is no need to protect it as password. --- apps/builder/app/auth/secret-login.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/builder/app/auth/secret-login.tsx b/apps/builder/app/auth/secret-login.tsx index 5dbba3179e14..5b57ea5fef33 100644 --- a/apps/builder/app/auth/secret-login.tsx +++ b/apps/builder/app/auth/secret-login.tsx @@ -14,7 +14,7 @@ export const SecretLogin = () => {