Resolve minor UI bug in Admin-Config (#18668)
This commit is contained in:
parent
240de52884
commit
96d67abf50
1 changed files with 2 additions and 0 deletions
|
|
@ -281,6 +281,8 @@ export default class ConfigController extends Controller {
|
|||
const enabledIndicator = document.getElementById(
|
||||
`${providerName}-enabled-indicator`,
|
||||
);
|
||||
authEnableButton.innerHTML = 'Enable';
|
||||
authEnableButton.setAttribute('data-button-text', 'enable');
|
||||
authEnableButton.setAttribute('data-enable-auth', 'false');
|
||||
this.listAuthToBeEnabled(event);
|
||||
this.checkForAndGuardSoleAuthProvider();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue