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:
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user