diff --git a/dev/View/Popup/OpenPgpGenerate.js b/dev/View/Popup/OpenPgpGenerate.js index cf75ecb39..a2ec51515 100644 --- a/dev/View/Popup/OpenPgpGenerate.js +++ b/dev/View/Popup/OpenPgpGenerate.js @@ -43,7 +43,7 @@ export class OpenPgpGeneratePopupView extends AbstractViewPopup { const type = this.keyType().toLowerCase(), userId = { name: this.name(), - email: this.email() + email: IDN.toASCII(this.email()) }, cfg = { type: type,