feat: Add a new service for handling password resets

This commit is contained in:
Ginger
2026-03-03 10:36:25 -05:00
parent 3d50af0943
commit 267feb3c09
5 changed files with 179 additions and 2 deletions
+1
View File
@@ -23,6 +23,7 @@ pub mod globals;
pub mod key_backups;
pub mod media;
pub mod moderation;
pub mod password_reset;
pub mod presence;
pub mod pusher;
pub mod registration_tokens;