Email verification Backend

This commit is contained in:
magdo
2025-10-26 19:59:02 +01:00
parent 4b06a65bd9
commit 8c25c56e88
7 changed files with 34 additions and 14 deletions
@@ -1,3 +1,4 @@
export interface RequestPasswordResetCommand {
language: string;
email: string;
}