mirror of https://github.com/portainer/portainer
fix(oauth): danger confirm for hiding prompt [EE-4576] (#8574)
parent
3baab6d695
commit
77e1f5aa34
|
@ -87,7 +87,7 @@ export default class OAuthSettingsController {
|
||||||
const confirmed = await confirm({
|
const confirmed = await confirm({
|
||||||
title: 'Hide internal authentication prompt',
|
title: 'Hide internal authentication prompt',
|
||||||
message: 'By hiding internal authentication prompt, you will only be able to login via SSO. Are you sure?',
|
message: 'By hiding internal authentication prompt, you will only be able to login via SSO. Are you sure?',
|
||||||
confirmButton: buildConfirmButton('Confirm', 'btn-warning'),
|
confirmButton: buildConfirmButton('Confirm', 'danger'),
|
||||||
modalType: ModalType.Warn,
|
modalType: ModalType.Warn,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue