This commit is contained in:
antelle 2020-04-23 20:50:53 +02:00
parent dd68aa342a
commit 76fa1f6c9f
No known key found for this signature in database
GPG Key ID: 094A2F2D6136A4EE
1 changed files with 2 additions and 5 deletions

View File

@ -1007,11 +1007,8 @@ class OpenView extends View {
if (err && !this.otpDevice.openAborted) {
Alerts.error({
header: Locale.openError,
body:
Locale.openErrorDescription +
'<pre class="modal__pre">' +
escape(err.toString()) +
'</pre>'
body: Locale.openErrorDescription,
pre: err.toString()
});
}
this.otpDevice = null;