Skip to content

Commit

Permalink
Merge pull request #939 from 190km/2fa-typo-login
Browse files Browse the repository at this point in the history
fix(2fa-login): typo - Setup -> Login
  • Loading branch information
Siumauricio authored Dec 19, 2024
2 parents 5a42b78 + 0b51088 commit 65f397e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dokploy/components/auth/login-2fa.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export const Login2FA = ({ authId }: Props) => {
</span>
</div>
)}
<CardTitle className="text-xl font-bold">2FA Setup</CardTitle>
<CardTitle className="text-xl font-bold">2FA Login</CardTitle>

<FormField
control={form.control}
Expand Down

0 comments on commit 65f397e

Please sign in to comment.