feat: update profile setup and bank account management; enhance API integration and data handling
This commit is contained in:
@@ -61,7 +61,7 @@ class StaffSession extends Equatable {
|
||||
vendorId: staff['vendorId'] as String?,
|
||||
workforceNumber: staff['workforceNumber'] as String?,
|
||||
metadata: (staff['metadata'] as Map<String, dynamic>?) ?? const <String, dynamic>{},
|
||||
userId: user['userId'] as String?,
|
||||
userId: (user['userId'] ?? user['id']) as String?,
|
||||
tenantName: tenant['tenantName'] as String?,
|
||||
tenantSlug: tenant['tenantSlug'] as String?,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user