Refactor staff profile management to remove livePhoto references and update repository methods for current user authentication
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user