Skip to content

Commit cd8fc52

Browse files
author
FrancescoMauto
committed
[DSC-2400] fix: linting
1 parent 3c326dc commit cd8fc52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/core/auth/auth.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ export class AuthService {
568568
/**
569569
* Set redirect url
570570
*/
571-
setRedirectUrl(redirectUrl: string, navigateUrl?: string) {
571+
setRedirectUrl(redirectUrl: string, navigateUrl?: string) {
572572
// Add 1 hour to the current date
573573
const expireDate = Date.now() + (1000 * 60 * 60);
574574

0 commit comments

Comments
 (0)