fix: allow toggling notifications without password

This commit is contained in:
2026-06-13 17:37:27 -04:00
parent 411c16a77d
commit 60e0719eda
3 changed files with 42 additions and 24 deletions

View File

@@ -41,7 +41,7 @@
<h3>Change Password</h3>
<div class="form-group">
<label for="current_password">Current Password</label>
<input type="password" id="current_password" name="current_password" class="form-input" required>
<input type="password" id="current_password" name="current_password" class="form-input">
</div>
<div class="form-group">
<label for="new_password">New Password (leave blank to keep current)</label>