Skip to content

Commit

Permalink
OpenIdConnect change öang var for button
Browse files Browse the repository at this point in the history
  • Loading branch information
gvollbach committed Oct 25, 2024
1 parent 6e78cd6 commit ade6a36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ private function scopes(): void
$url = $this->settings->getProvider();
if ($url !== '') {
$this->toolbar->setFormAction($this->ctrl->getFormAction($this));
$this->toolbar->addFormButton($this->lng->txt('auth_oidc_configured_scopes'), 'discoverScopesFromServer');
$this->toolbar->addFormButton($this->lng->txt('auth_oidc_discover_scopes'), 'discoverScopesFromServer');
}

$form = $this->initScopesForm();
Expand Down

0 comments on commit ade6a36

Please sign in to comment.