fixes
This commit is contained in:
+2
-1
@@ -28,7 +28,8 @@
|
||||
<form id="public-password-form" class="dialog-panel">
|
||||
<h2>Protected page</h2>
|
||||
<p>Enter the note password or sign in with an account that has access.</p>
|
||||
<input id="public-password" type="password" autocomplete="current-password" minlength="8" maxlength="128" placeholder="Password">
|
||||
<input id="public-password" type="password" autocomplete="current-password" minlength="8" maxlength="128"
|
||||
placeholder="Password">
|
||||
<p id="public-password-error" class="form-message error"></p>
|
||||
<button class="primary-button">Open page</button>
|
||||
<a class="text-button" href="/">Back to home</a>
|
||||
|
||||
Reference in New Issue
Block a user