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;