mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-02 21:13:32 +00:00
certificates: Make default option "No" on enter key press to reject certificate.
This commit is contained in:
committed by
Akash Nimare
parent
6787b8d557
commit
4095c121ba
@@ -164,7 +164,7 @@ class DomainUtil {
|
||||
dialog.showMessageBox({
|
||||
type: 'warning',
|
||||
buttons: ['Yes', 'No'],
|
||||
defaultId: 0,
|
||||
defaultId: 1,
|
||||
message: certErrorMessage,
|
||||
detail: certErrorDetail
|
||||
}, response => {
|
||||
|
||||
Reference in New Issue
Block a user