Browse Source

Refactor method name to make it more clear

pull/7278/head
oyurov 4 years ago
parent
commit
39739bc05e
  1. 2
      ui-ngx/src/app/modules/login/pages/login/login.component.ts

2
ui-ngx/src/app/modules/login/pages/login/login.component.ts

@ -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;

Loading…
Cancel
Save