redesigned payment page + a lot of fixes
This commit is contained in:
1
frontend/pweb/lib/models/auth/password_field_type.dart
Normal file
1
frontend/pweb/lib/models/auth/password_field_type.dart
Normal file
@@ -0,0 +1 @@
|
||||
enum PasswordFieldType { old, newPassword, confirmPassword }
|
||||
6
frontend/pweb/lib/models/auth/resend/action_result.dart
Normal file
6
frontend/pweb/lib/models/auth/resend/action_result.dart
Normal file
@@ -0,0 +1,6 @@
|
||||
enum ResendActionResult {
|
||||
sent,
|
||||
missingEmail,
|
||||
cooldown,
|
||||
inProgress,
|
||||
}
|
||||
6
frontend/pweb/lib/models/auth/resend/avaliability.dart
Normal file
6
frontend/pweb/lib/models/auth/resend/avaliability.dart
Normal file
@@ -0,0 +1,6 @@
|
||||
enum ResendAvailability {
|
||||
available,
|
||||
cooldown,
|
||||
resending,
|
||||
missingEmail,
|
||||
}
|
||||
Reference in New Issue
Block a user