Update auth.service.ts

This commit is contained in:
Giuseppe
2018-03-07 19:50:18 +01:00
committed by GitHub
parent 1726c8afdb
commit 2cc33f003f

View File

@@ -310,7 +310,7 @@ export class AuthService {
/** /**
* Set redirect url * Set redirect url
*/ */
setRedirectUrl(value: string) { setRedirectUrl(url: string) {
this.store.dispatch(new SetRedirectUrlAction(isNotUndefined(url) ? url : '')); this.store.dispatch(new SetRedirectUrlAction(isNotUndefined(url) ? url : ''));
} }
} }