Remove change on core

This commit is contained in:
mauriziovitale
2024-07-23 10:27:22 +02:00
parent 3839a736c7
commit 80b44deafb
+1 -1
View File
@@ -19,7 +19,7 @@ import { LoginOptions, TokenResponse } from 'angular-oauth2-oidc';
import { Observable } from 'rxjs';
/**
* Provide authentication/authorization through OAuth2/OIDC protocol. 2
* Provide authentication/authorization through OAuth2/OIDC protocol.
*/
export abstract class AuthService {
abstract onLogin: Observable<any>;