forked from hazza/dspace-angular
72699: Additional fixes for maintaining and clearing the redirect url on login components
This commit is contained in:
@@ -55,6 +55,7 @@ describe('LogInPasswordComponent', () => {
|
||||
providers: [
|
||||
{ provide: AuthService, useClass: AuthServiceStub },
|
||||
{ provide: 'authMethodProvider', useValue: new AuthMethod(AuthMethodType.Password) },
|
||||
{ provide: 'isStandalonePage', useValue: true },
|
||||
{ provide: HardRedirectService, useValue: hardRedirectService },
|
||||
],
|
||||
schemas: [
|
||||
|
Reference in New Issue
Block a user