Remove change on core

This commit is contained in:
mauriziovitale
2024-07-23 10:27:22 +02:00
parent 80b44deafb
commit daf8c684ee
+1 -1
View File
@@ -40,7 +40,7 @@ export abstract class AuthService {
*/ */
abstract login(currentUrl?: string): Promise<void> | void; 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. * Disconnect from IdP.