web: make monograph password field hidden

This commit is contained in:
Abdullah Atta
2023-08-04 12:58:05 +05:00
parent 4d2c42330e
commit b903e8461d

View File

@@ -169,6 +169,7 @@ function PublishView(props) {
{isPasswordProtected && (
<Field
autoFocus
type="password"
id="publishPassword"
placeholder="Enter password to encrypt this note"
required