1
0
Fork 1
Spiegel von https://github.com/dani-garcia/vaultwarden.git synchronisiert 2024-07-02 20:24:41 +02:00
vaultwarden/src
BlackDex d6dc6070f3
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-04 23:17:49 +01:00
..
api Limit Cipher Note encrypted string size 2022-12-04 23:17:48 +01:00
db Cleanups and Fixes for Emergency Access 2022-12-04 23:17:48 +01:00
static Fix admin repost warning. 2022-12-04 23:17:49 +01:00
auth.rs Cleanups and Fixes for Emergency Access 2022-12-04 23:17:48 +01:00
config.rs Cleanups and Fixes for Emergency Access 2022-12-04 23:17:48 +01:00
crypto.rs Remove get_random_64() 2022-11-13 10:03:06 +01:00
error.rs Cleanups and Fixes for Emergency Access 2022-12-04 23:17:48 +01:00
mail.rs Cleanups and Fixes for Emergency Access 2022-12-04 23:17:48 +01:00
main.rs Add dev-only query logging support 2022-12-03 18:36:46 +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