TF-2100 Add email_recovery module in dependencies of app

(cherry picked from commit 55757848cc25ebbe00e4d50bc3a33e35450efb07)
This commit is contained in:
hieubt
2023-12-10 21:59:04 +07:00
committed by Dat H. Pham
parent 76ed6a0cb3
commit 409742e6ab
15 changed files with 135 additions and 83 deletions
@@ -0,0 +1,7 @@
enum EmailRecoveryStatus {
waiting,
inProgress,
completed,
failed,
canceled,
}