Fixed an issue with redirect url

This commit is contained in:
Giuseppe Digilio
2018-05-08 10:34:46 +02:00
parent 2c938571b3
commit b0b4342f24
3 changed files with 4 additions and 7 deletions

View File

@@ -58,7 +58,6 @@ export class ServerAuthService extends AuthService {
this.getRedirectUrl()
.first()
.subscribe((redirectUrl) => {
console.log('server side');
if (isNotEmpty(redirectUrl)) {
// override the route reuse strategy
this.router.routeReuseStrategy.shouldReuseRoute = () => {