mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-08 14:51:32 +00:00
Remove change on core
This commit is contained in:
@@ -40,7 +40,7 @@ export abstract class AuthService {
|
||||
*/
|
||||
abstract login(currentUrl?: string): Promise<void> | void;
|
||||
|
||||
abstract baseAuthLogin(username: string, password: string): Observable<TokenResponse>;
|
||||
abstract baseAuthLogin(username: string, password: string): Observable<TokenResponse> ;
|
||||
|
||||
/**
|
||||
* Disconnect from IdP.
|
||||
|
Reference in New Issue
Block a user