Merge branch 'feature-customer-management-cus002' into feature-customer-management
This commit is contained in:
+5
@@ -27,3 +27,8 @@ User* AuthenticationManagementService::getAuthenticatedUser()
|
||||
{
|
||||
return m_authenticatedUser;
|
||||
}
|
||||
|
||||
void AuthenticationManagementService::logout()
|
||||
{
|
||||
m_authenticatedUser = nullptr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user