|
|
|
@ -69,7 +69,7 @@ export class LoginComponent extends PageComponent implements OnInit { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
addPrevUriIfExists(oauth2Client: OAuth2ClientInfo): string { |
|
|
|
getOAuth2Uri(oauth2Client: OAuth2ClientInfo): string { |
|
|
|
let result = ""; |
|
|
|
if (this.authService.redirectUrl) { |
|
|
|
result += "?prevUri=" + this.authService.redirectUrl; |
|
|
|
|