From 80b44deafb04acf4b95ebe65053dd96c1e4591f0 Mon Sep 17 00:00:00 2001 From: mauriziovitale Date: Fri, 19 Jul 2024 13:33:13 +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 e7d113499c..1007d05192 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. 2 + * Provide authentication/authorization through OAuth2/OIDC protocol. */ export abstract class AuthService { abstract onLogin: Observable;