card-management
This commit is contained in:
@@ -5,7 +5,7 @@ class AuthCredentials {
|
||||
AuthCredentials({required this.username, required this.password});
|
||||
|
||||
Map<String, dynamic> toJson() => {
|
||||
'username': username,
|
||||
'customer_no': username,
|
||||
'password': password,
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user