TF-2100 Add email_recovery module in dependencies of app
(cherry picked from commit 55757848cc25ebbe00e4d50bc3a33e35450efb07)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
enum EmailRecoveryStatus {
|
||||
waiting,
|
||||
inProgress,
|
||||
completed,
|
||||
failed,
|
||||
canceled,
|
||||
}
|
||||
Reference in New Issue
Block a user