1
0
Fork 1
Spiegel von https://github.com/dani-garcia/vaultwarden.git synchronisiert 2024-06-02 22:08:59 +02:00
vaultwarden/src
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
..
api Add Organizational event logging feature 2022-12-01 22:38:59 +01:00
db check if sqlite folder exists 2022-12-01 22:38:59 +01:00
static Fix admin repost warning. 2022-12-03 17:28:25 +01:00
auth.rs Update Rust version, deps and workflow 2022-11-09 22:40:00 +01:00
config.rs only check sqlite parent if there could be one 2022-12-01 22:38:59 +01:00
crypto.rs Remove get_random_64() 2022-11-13 10:03:06 +01:00
error.rs Add Organizational event logging feature 2022-12-01 22:38:59 +01:00
mail.rs use static_files() for email attachments 2022-10-19 20:39:13 +02:00
main.rs Add Organizational event logging feature 2022-12-01 22:38:59 +01:00
ratelimit.rs Basic ratelimit for user login (including 2FA) and admin login 2021-12-22 21:48:49 +01:00
util.rs Add Organizational event logging feature 2022-12-01 22:38:59 +01:00