mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-12 12:33:07 +00:00
Merge branch 'authentication' of https://github.com/4Science/dspace-angular into authentication
This commit is contained in:
@@ -310,7 +310,7 @@ export class AuthService {
|
||||
/**
|
||||
* Set redirect url
|
||||
*/
|
||||
setRedirectUrl(value: string) {
|
||||
setRedirectUrl(url: string) {
|
||||
this.store.dispatch(new SetRedirectUrlAction(isNotUndefined(url) ? url : ''));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user