Skip to content

Commit cd3adf2

Browse files
author
FrancescoMauto
committed
[DURACOM-496] fix: linting
1 parent 518a9e8 commit cd3adf2

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
@@ -580,7 +580,7 @@ export class AuthService {
580580
/**
581581
* Set redirect url
582582
*/
583-
setRedirectUrl(redirectUrl: string, navigateUrl?: string) {
583+
setRedirectUrl(redirectUrl: string, navigateUrl?: string) {
584584
// Add 1 hour to the current date
585585
const expireDate = Date.now() + (1000 * 60 * 60);
586586

0 commit comments

Comments
 (0)