Password field checks for match with old password from db and check so that new password feild matches with the confirm password field
This commit is contained in:
1
frontend/pweb/lib/models/password_field_type.dart
Normal file
1
frontend/pweb/lib/models/password_field_type.dart
Normal file
@@ -0,0 +1 @@
|
||||
enum PasswordFieldType { old, newPassword, confirmPassword }
|
||||
1
frontend/pweb/lib/models/visibility.dart
Normal file
1
frontend/pweb/lib/models/visibility.dart
Normal file
@@ -0,0 +1 @@
|
||||
enum VisibilityState { hidden, visible }
|
||||
Reference in New Issue
Block a user