mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
Cherry picked commit from oidc and run fix lint
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user