Refactor staff profile management to remove livePhoto references and update repository methods for current user authentication
This commit is contained in:
@@ -28,7 +28,6 @@ class ProfileRepositoryMock {
|
||||
phone: '555-123-4567',
|
||||
status: StaffStatus.active,
|
||||
avatar: null,
|
||||
livePhoto: null,
|
||||
address: null,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user