Fix lint errors: remove unused imports and fix type assertions

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
fuomag9
2026-04-12 21:57:56 +02:00
parent c136bc9247
commit 1237cdee4f
7 changed files with 7 additions and 12 deletions

View File

@@ -36,7 +36,7 @@ export default function LoginClient({ enabledProviders = [] }: LoginClientProps)
return;
}
const { data, error } = await authClient.signIn.username({
const { error } = await authClient.signIn.username({
username,
password,
});