|
@@ -80475,13 +80475,13 @@ __e(o.__('Save and close')) +
|
|
|
if (o._converse.pluggable.plugins['converse-omemo'].enabled(o._converse)) { ;
|
|
|
__p += '\n <div class="tab-pane fade" id="omemo-tabpanel" role="tabpanel" aria-labelledby="omemo-tab">\n <form class="converse-form fingerprint-removal">\n <ul class="list-group fingerprints">\n <li class="list-group-item active">' +
|
|
|
__e(o.__("This device's OMEMO fingerprint")) +
|
|
|
-'</li>\n <li class="list-group-item">\n ';
|
|
|
- if (o.view.current_device.get('bundle') && o.view.current_device.get('bundle').fingerprint) { ;
|
|
|
+'</li>\n <li class="list-group-item">\n ';
|
|
|
+ if (o.view.current_device && o.view.current_device.get('bundle') && o.view.current_device.get('bundle').fingerprint) { ;
|
|
|
__p += '\n <span class="fingerprint">' +
|
|
|
__e(o.utils.formatFingerprint(o.view.current_device.get('bundle').fingerprint)) +
|
|
|
-'</span>\n ';
|
|
|
+'</span>\n ';
|
|
|
} else {;
|
|
|
-__p += '\n <span class="spinner fa fa-spinner centered"/>\n ';
|
|
|
+__p += '\n <span class="spinner fa fa-spinner centered"/>\n ';
|
|
|
} ;
|
|
|
__p += '\n </li>\n </ul>\n ';
|
|
|
if (o.view.other_devices.length) { ;
|