Skip to content

Commit

Permalink
typo fix: deviec -> device, fix for gov4git#141
Browse files Browse the repository at this point in the history
  • Loading branch information
peterkaminski authored Jul 15, 2024
1 parent 29ff4f9 commit a128626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/src/components/LoginVerification.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const LoginVerification: FC<LoginVerificationProps> =
{internalVerification != null && (
<div className={styles.verificationArea}>
<div>
Login with your deviec at{' '}
Login with your device at{' '}
<a
href={internalVerification.verification_uri}
target="_blank"
Expand Down

0 comments on commit a128626

Please sign in to comment.