Remove change on core

This commit is contained in:
mauriziovitale
2024-07-19 13:26:42 +02:00
parent d556b8b87d
commit fca6f0d1fa
2 changed files with 0 additions and 4 deletions

View File

@@ -20,7 +20,6 @@ import { Observable } from 'rxjs';
/**
* Provide authentication/authorization through OAuth2/OIDC protocol.
* simulate a change
*/
export abstract class AuthService {
abstract onLogin: Observable<any>;