mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
72699: Hard redirect after log in - loading fixes
This commit is contained in:
@@ -154,4 +154,12 @@ export class AuthServiceStub {
|
||||
resetAuthenticationError() {
|
||||
return;
|
||||
}
|
||||
|
||||
setRedirectUrlIfNotSet(url: string) {
|
||||
return;
|
||||
}
|
||||
|
||||
redirectAfterLoginSuccess() {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user