mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-10 14:11:42 +00:00
[ACS-9768] remove deprecated methods from auth related components (#11031)
* [ACS-9768] remove deprecated methods from auth related components * [ACS-9768] remove deprecated method, adjust unit tests * [ACS-9768] fix sonar cloud issues * [ACS-9768] fix auth mocks * [ACS-9768] fix sonar cloud alerts * [ACS-9768] update method name in docs
This commit is contained in:
committed by
GitHub
parent
dabab63f78
commit
04d488b8ea
@@ -65,7 +65,7 @@ class AppComponent {
|
||||
|
||||
onLoggedIn() {
|
||||
this.userPreferences.setStoragePrefix(
|
||||
this.authService.getEcmUsername()
|
||||
this.authService.getUsername()
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user