72699: Additional fixes for maintaining and clearing the redirect url on login components

This commit is contained in:
Kristof De Langhe
2020-09-01 16:22:16 +02:00
parent 724e5d1f12
commit 17249e9541
9 changed files with 49 additions and 5 deletions

View File

@@ -162,4 +162,8 @@ export class AuthServiceStub {
redirectAfterLoginSuccess() {
return;
}
clearRedirectUrl() {
return;
}
}