mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
fix(oauth): danger confirm for hiding prompt [EE-4576] (#8574)
This commit is contained in:
parent
3baab6d695
commit
77e1f5aa34
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ export default class OAuthSettingsController {
|
|||
const confirmed = await confirm({
|
||||
title: 'Hide internal authentication prompt',
|
||||
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,
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue