diff --git a/src/app/core/auth/auth.service.ts b/src/app/core/auth/auth.service.ts index 570a1ed7f9..e6534a03ff 100644 --- a/src/app/core/auth/auth.service.ts +++ b/src/app/core/auth/auth.service.ts @@ -310,7 +310,7 @@ export class AuthService { /** * Set redirect url */ - setRedirectUrl(value: string) { + setRedirectUrl(url: string) { this.store.dispatch(new SetRedirectUrlAction(isNotUndefined(url) ? url : '')); } }