Skip to content

Commit

Permalink
Update Keycloak URL for password change
Browse files Browse the repository at this point in the history
  • Loading branch information
askask committed Apr 25, 2024
1 parent 00da376 commit 4aa5dd8
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,12 @@ export class ProfileComponent implements OnInit {
auth.baseUrl +
'/realms/' +
auth.realm +
'/account/password?referrer=' +
'/protocol/openid-connect/auth?kc_action=UPDATE_PASSWORD&scope=openid&response_type=code&client_id=' +
auth.clientId +
'&kc_locale=' +
this.translate.currentLang
this.translate.currentLang +
'&redirect_uri=' +
window.location.href
)
}

Expand Down

0 comments on commit 4aa5dd8

Please sign in to comment.