feat(login): redirect to URL after login

This commit is contained in:
Matthieu Bessat 2024-11-11 20:57:04 +01:00
parent f990708052
commit 66b7a256cf
5 changed files with 35 additions and 7 deletions

View file

@ -58,6 +58,7 @@ rand = "0.8.5"
rand_core = { version = "0.6.4", features = ["std"] }
url = "2.5.3"
strum = "0.26.3"
serde_urlencoded = "0.7.1"
[build-dependencies]
minijinja-embed = "2.3.1"