1
0
Fork 0
vaultwarden-test/src/static/templates/admin
BlackDex b022be9ba8
Fix admin repost warning.
Currently when you login into the admin, and then directly hit the save
button, it will come with a re-post/re-submit warning.
This has to do with the `window.location.reload()` function, which
triggers the admin login POST again.

By changing the way to reload the page, we prevent this repost.
2022-12-03 17:28:25 +01:00
..
base.hbs Fix admin repost warning. 2022-12-03 17:28:25 +01:00
diagnostics.hbs redirect to admin login page when forward fails 2022-11-28 16:46:06 +01:00
login.hbs don't use param for passing the redirect info 2022-11-28 18:21:30 +01:00
organizations.hbs Change the handling of login errors. 2022-09-06 17:27:20 +02:00
settings.hbs Open Externallink in new Tab 2022-08-17 08:00:46 +02:00
users.hbs Change the handling of login errors. 2022-09-06 17:27:20 +02:00