1
0
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:
Henry Heino
2024-09-11 11:02:31 -07:00
committed by GitHub
parent 79773dab95
commit f005977ce0

View File

@ -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')}