Changed method name.

This commit is contained in:
Michael W Spalti
2019-09-16 13:14:45 -07:00
parent 6425f6e7d1
commit 8fe617bd74
4 changed files with 13 additions and 13 deletions

View File

@@ -54,7 +54,7 @@ export class ServerAuthService extends AuthService {
/**
* Redirect to the route navigated before the login
*/
public redirectToPreviousUrl(isStandalonePage: boolean) {
public redirectAfterLoginSuccess(isStandalonePage: boolean) {
this.getRedirectUrl().pipe(
take(1))
.subscribe((redirectUrl) => {