Refactor staff profile management to remove livePhoto references and update repository methods for current user authentication

This commit is contained in:
Achintha Isuru
2026-01-26 18:41:13 -05:00
parent f4ac292c14
commit 060036fe36
14 changed files with 106 additions and 213 deletions

View File

@@ -28,7 +28,6 @@ class ProfileRepositoryMock {
phone: '555-123-4567',
status: StaffStatus.active,
avatar: null,
livePhoto: null,
address: null,
);
}