Skip to content

Commit b6d0186

Browse files
author
FrancescoMauto
committed
[DSC-2400] fix: linting
1 parent 8b1378a commit b6d0186

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
@@ -557,7 +557,7 @@ export class AuthService {
557557
/**
558558
* Set redirect url
559559
*/
560-
setRedirectUrl(redirectUrl: string, navigateUrl?: string) {
560+
setRedirectUrl(redirectUrl: string, navigateUrl?: string) {
561561
// Add 1 hour to the current date
562562
const expireDate = Date.now() + (1000 * 60 * 60);
563563

0 commit comments

Comments
 (0)