Generate reset password URL

This commit is contained in:
2023-05-30 15:12:58 +02:00
parent c84c2ef3c5
commit 62a52b385e
10 changed files with 418 additions and 16 deletions

View File

@@ -1,4 +1,5 @@
//! # Backend services
pub mod mail_service;
pub mod rate_limiter_service;
pub mod users_service;