Skip to content

Commit

Permalink
Updating typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iamhectorsosa committed Apr 3, 2024
1 parent 4c3eaef commit c9bf70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/next/components/user/login-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ const LoginFormComponent: React.FC<{
onCheckedChange={(v) => setIsLoginWithOTP(v)}
id="OTP-login"
/>
<Label htmlFor="OTP-login">Login with One-Time password</Label>
<Label htmlFor="OTP-login">Log in with One-Time password</Label>
</div>
<footer className="flex flex-col gap-2">
<Button type="submit" disabled={isPending}>
Expand Down

0 comments on commit c9bf70f

Please sign in to comment.