diff --git a/front/package.json b/front/package.json index 7d64b2e8c..87e3603d6 100644 --- a/front/package.json +++ b/front/package.json @@ -11,7 +11,7 @@ "build:mobile:dev": "yarn workspace mobile build:dev", "update": "yarn workspace mobile update", "lint": "biome lint .", - "lint:fix": "biome lint . --apply", + "lint:fix": "biome lint . --write", "format": "biome format .", "format:fix": "biome format . --write" }, diff --git a/front/packages/ui/src/login/login.tsx b/front/packages/ui/src/login/login.tsx index 9a53710cd..346212734 100644 --- a/front/packages/ui/src/login/login.tsx +++ b/front/packages/ui/src/login/login.tsx @@ -55,7 +55,12 @@ export const LoginPage: QueryPage<{ apiUrl?: string; error?: string }> = ({
{t("login.username")}
- setUsername(value)} /> + setUsername(value)} + autoCapitalize="none" + />{t("login.password")}
theme.colors.red, alignSelf: "center" })}> {error?.errors[0] ?? t("misc.loading")}