Skip to content
Snippets Groups Projects
Commit 0e1d73e1 authored by Giuseppe Digilio's avatar Giuseppe Digilio
Browse files

Merge branch 'authentication' of https://github.com/4Science/dspace-angular into authentication

parents beb5e971 2cc33f00
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