You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
Desktop: Encryption screen: Fix "invalid password" border shown for some correct passwords (#11027)
This commit is contained in:
@ -116,7 +116,7 @@ const EncryptionConfigScreen = (props: Props) => {
|
||||
);
|
||||
} else {
|
||||
return (
|
||||
<td style={missingPasswordCellStyle}>
|
||||
<td style={passwordChecks[masterKeyId] ? theme.textStyle : missingPasswordCellStyle}>
|
||||
<input
|
||||
type="password"
|
||||
placeholder={_('Enter password')}
|
||||
|
Reference in New Issue
Block a user