feat: enhance login form with error handling and disable state

This commit is contained in:
Ardeman
2025-02-28 09:10:45 +08:00
parent e546ebd3dd
commit 0b6b43a951
3 changed files with 54 additions and 40 deletions
-1
View File
@@ -37,7 +37,6 @@ export const action = async ({ request }: Route.ActionArgs) => {
return data(
{
success: true,
accessToken: token,
},
{
headers,