Skip to content

Commit 9e358ad

Browse files
Potential fix for code scanning alert no. 698: Unused variable, import, function or class
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent b9dba40 commit 9e358ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/components/public/payments/login-form.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ export function LoginForm({
319319
<Button
320320
variant="outline"
321321
onClick={async () => {
322-
const { error } = await authClient.signIn.sso({
322+
await authClient.signIn.sso({
323323
providerId: ssoProvider.providerId,
324324
callbackURL: `/checkout?type=${type}&id=${id}`,
325325
});

0 commit comments

Comments
 (0)