feat: Implement a webpage for self-service password resets

This commit is contained in:
Ginger
2026-03-03 13:20:16 -05:00
parent da8833fca4
commit ffa3c53847
24 changed files with 797 additions and 122 deletions
+2
View File
@@ -1,2 +1,4 @@
mod components;
pub(super) mod index;
pub(super) mod password_reset;
pub(super) mod resources;