Merge branch 'feature-customer-management-cus002' into feature-customer-management

This commit is contained in:
2026-05-21 13:04:35 +05:30
3 changed files with 7 additions and 0 deletions
@@ -27,3 +27,8 @@ User* AuthenticationManagementService::getAuthenticatedUser()
{
return m_authenticatedUser;
}
void AuthenticationManagementService::logout()
{
m_authenticatedUser = nullptr;
}