Simulate major change

This commit is contained in:
mauriziovitale
2024-07-23 10:25:29 +02:00
parent 2bff1482e1
commit 2864879a04
@@ -20,6 +20,7 @@ import { Observable } from 'rxjs';
/** /**
* Provide authentication/authorization through OAuth2/OIDC protocol. * Provide authentication/authorization through OAuth2/OIDC protocol.
* simulate a change
*/ */
export abstract class AuthService { export abstract class AuthService {
abstract onLogin: Observable<any>; abstract onLogin: Observable<any>;