fix for resend, cooldown and a few small fixes
This commit is contained in:
6
frontend/pweb/lib/models/resend/action_result.dart
Normal file
6
frontend/pweb/lib/models/resend/action_result.dart
Normal file
@@ -0,0 +1,6 @@
|
||||
enum ResendActionResult {
|
||||
sent,
|
||||
missingEmail,
|
||||
cooldown,
|
||||
inProgress,
|
||||
}
|
||||
6
frontend/pweb/lib/models/resend/avaliability.dart
Normal file
6
frontend/pweb/lib/models/resend/avaliability.dart
Normal file
@@ -0,0 +1,6 @@
|
||||
enum ResendAvailability {
|
||||
available,
|
||||
cooldown,
|
||||
resending,
|
||||
missingEmail,
|
||||
}
|
||||
Reference in New Issue
Block a user