Cherry picked commit from oidc and run fix lint

This commit is contained in:
VitoAlbano
2025-05-22 13:12:19 +01:00
committed by VitoAlbano
parent 7137e61ac7
commit a218247690
2 changed files with 0 additions and 2 deletions
@@ -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.
@@ -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.
*/