diff options
| author | 2025-09-15 22:17:14 +0200 | |
|---|---|---|
| committer | 2025-09-15 22:17:14 +0200 | |
| commit | ddb51c0e95074c6fbddade547ca267801177bb01 (patch) | |
| tree | b036f516b8c437f6cc83a1b4ed721b5cdc79688d /app/views/feed/add.phtml | |
| parent | 38b7daedf70e38e5953e3d4b7bf6c764a1c9c4e0 (diff) | |
Fix another user self-delete regression (#7877)
Regression from #7763
Earlier regression which was fixed before #7626
In addition:
* get rid of `data-toggle` (refactor)
* show invalid login message if deleting account and entered incorrect password instead of redirect to 403
* remove unused reference to `r` parameter
* `forgetOpenCategories()` on login not on any crypto form
Diffstat (limited to 'app/views/feed/add.phtml')
| -rw-r--r-- | app/views/feed/add.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/feed/add.phtml b/app/views/feed/add.phtml index ceec0d7b6..a30ce19a1 100644 --- a/app/views/feed/add.phtml +++ b/app/views/feed/add.phtml @@ -83,7 +83,7 @@ <div class="group-controls"> <div class="stick"> <input type="password" name="http_pass" id="http_pass" value="<?= $auth['password'] ?>" autocomplete="new-password" /> - <button type="button" class="btn toggle-password" data-toggle="http_pass"><?= _i('key') ?></button> + <button type="button" class="btn toggle-password"><?= _i('key') ?></button> </div> </div> </div> |
