Skip to content

Commit

Permalink
fix: add missing bracket (had fixed earlier but not saved)
Browse files Browse the repository at this point in the history
  • Loading branch information
btasker committed Jan 3, 2024
1 parent 1ee4104 commit 6d15bf6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/onboarding/containers/LoginPageContents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ class LoginPageContents extends PureComponent<Props> {

if (pwlen > 72){
const passwordError = 'Password is longer than 72 bytes'
else {
} else {
const passwordError = password === '' ? 'Password is required' : ''
}

Expand Down

0 comments on commit 6d15bf6

Please sign in to comment.