add reset password

This commit is contained in:
2025-04-14 10:49:28 -03:00
parent 273c580139
commit e472826dcc
17 changed files with 228 additions and 56 deletions

View File

@@ -10,3 +10,6 @@ deploy: export build
.PHONY: docs
docs:
uv run mkdocs build
docs_serve:
uv run mkdocs serve --dev-addr localhost:8080