Skip to content

Commit fdfeb4f

Browse files
author
Bernardo-MG
committed
Corrected return route assignation
1 parent 99242ca commit fdfeb4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/core/authentication/guard/logged-in.guard.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { inject } from '@angular/core';
2-
import { ActivatedRoute, Router } from '@angular/router';
2+
import { Router } from '@angular/router';
33
import { SecurityContainer } from '../services/security-container.service';
44

55
/**

0 commit comments

Comments
 (0)