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

@@ -166,7 +166,6 @@ class AuthRepositoryImpl implements AuthRepositoryInterface {
status: domain.StaffStatus.completedProfile,
address: staffRecord.addres,
avatar: staffRecord.photoUrl,
livePhoto: null,
);
StaffSessionStore.instance.setSession(
StaffSession(user: domainUser, staff: domainStaff),