fix(oauth): danger confirm for hiding prompt [EE-4576] (#8574)

pull/8601/head
Chaim Lev-Ari 2023-03-05 15:22:49 +02:00 committed by GitHub
parent 3baab6d695
commit 77e1f5aa34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,
});