Remove change on core

This commit is contained in:
mauriziovitale
2024-07-19 13:33:13 +02:00
parent 3839a736c7
commit 80b44deafb

View File

@@ -19,7 +19,7 @@ import { LoginOptions, TokenResponse } from 'angular-oauth2-oidc';
import { Observable } from 'rxjs'; import { Observable } from 'rxjs';
/** /**
* Provide authentication/authorization through OAuth2/OIDC protocol. 2 * Provide authentication/authorization through OAuth2/OIDC protocol.
*/ */
export abstract class AuthService { export abstract class AuthService {
abstract onLogin: Observable<any>; abstract onLogin: Observable<any>;