From 3839a736c77288159e1e2f9d71cbb60951b14563 Mon Sep 17 00:00:00 2001 From: mauriziovitale Date: Fri, 19 Jul 2024 13:31:50 +0200 Subject: [PATCH] Remove change on core --- lib/core/src/lib/auth/oidc/auth.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/src/lib/auth/oidc/auth.service.ts b/lib/core/src/lib/auth/oidc/auth.service.ts index 1007d05192..e7d113499c 100644 --- a/lib/core/src/lib/auth/oidc/auth.service.ts +++ b/lib/core/src/lib/auth/oidc/auth.service.ts @@ -19,7 +19,7 @@ import { LoginOptions, TokenResponse } from 'angular-oauth2-oidc'; import { Observable } from 'rxjs'; /** - * Provide authentication/authorization through OAuth2/OIDC protocol. + * Provide authentication/authorization through OAuth2/OIDC protocol. 2 */ export abstract class AuthService { abstract onLogin: Observable;