From a218247690be25380321df9181a3f6b5c5c2fb97 Mon Sep 17 00:00:00 2001 From: VitoAlbano Date: Mon, 4 Nov 2024 14:47:02 +0000 Subject: [PATCH] Cherry picked commit from oidc and run fix lint --- lib/core/src/lib/auth/oidc/retry-login.service.ts | 1 - lib/core/src/lib/auth/services/time-sync.service.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/core/src/lib/auth/oidc/retry-login.service.ts b/lib/core/src/lib/auth/oidc/retry-login.service.ts index 40a6ab4f23..2cd6e92acf 100644 --- a/lib/core/src/lib/auth/oidc/retry-login.service.ts +++ b/lib/core/src/lib/auth/oidc/retry-login.service.ts @@ -26,7 +26,6 @@ export class RetryLoginService { /** * Attempts to log in a specified number of times if the initial login attempt fails. - * * @param loginOptions - The options to be used for the login attempt. * @param maxLoginAttempts - The maximum number of login attempts. Defaults to 3. * @returns A promise that resolves to `true` if the login is successful, or rejects with an error if all attempts fail. diff --git a/lib/core/src/lib/auth/services/time-sync.service.ts b/lib/core/src/lib/auth/services/time-sync.service.ts index 58d71aba17..bf70cb4d02 100644 --- a/lib/core/src/lib/auth/services/time-sync.service.ts +++ b/lib/core/src/lib/auth/services/time-sync.service.ts @@ -73,7 +73,6 @@ export class TimeSyncService { /** * Checks if the local time is out of sync with the server time. - * * @param maxAllowedClockSkewInSec - The maximum allowed clock skew in seconds. * @returns An Observable that emits a boolean indicating whether the local time is out of sync. */