Remove change on core

This commit is contained in:
mauriziovitale
2024-07-23 10:27:22 +02:00
parent fca6f0d1fa
commit 3839a736c7
+1 -1
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. * Provide authentication/authorization through OAuth2/OIDC protocol. 2
*/ */
export abstract class AuthService { export abstract class AuthService {
abstract onLogin: Observable<any>; abstract onLogin: Observable<any>;