mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-10-08 14:51:14 +00:00
[ACS-9768] remove deprecated methods from auth related components (#4688)
* [ACS-9768] remove deprecated methods from auth related components [link-adf:ACS-9768-Remove-deprecated-methods-from-auth-related-components] * [ACS-9786] replace deprecated methods
This commit is contained in:
committed by
GitHub
parent
9634b60aaa
commit
887455a0ef
@@ -54,7 +54,7 @@ export class AboutComponent implements OnInit {
|
||||
landingPage = this.appSettings.landingPage;
|
||||
|
||||
ngOnInit(): void {
|
||||
if (this.authService.isEcmLoggedIn()) {
|
||||
if (this.authService.isLoggedIn()) {
|
||||
this.setECMInfo();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user