Remove change on core

This commit is contained in:
mauriziovitale
2024-07-19 13:35:56 +02:00
parent 80b44deafb
commit daf8c684ee

View File

@@ -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.