Skip to content
Snippets Groups Projects
Unverified Commit 2cc33f00 authored by Giuseppe's avatar Giuseppe Committed by GitHub
Browse files

Update auth.service.ts

parent 1726c8af
No related branches found
No related tags found
No related merge requests found
......@@ -310,7 +310,7 @@ export class AuthService {
/**
* Set redirect url
*/
setRedirectUrl(value: string) {
setRedirectUrl(url: string) {
this.store.dispatch(new SetRedirectUrlAction(isNotUndefined(url) ? url : ''));
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment