Files
vaultwarden/src/static
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
..
2022-12-01 22:38:59 +01:00
2022-12-03 17:28:25 +01:00