mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
no idea why those got in there...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
74b2c86f93
commit
cb478f1194
1 changed files with 2 additions and 2 deletions
|
@ -628,8 +628,8 @@ module.exports = React.createClass({
|
|||
<h3>Cryptography</h3>
|
||||
<div className="mx_UserSettings_section mx_UserSettings_cryptoSection">
|
||||
<ul>
|
||||
<li><label>Device ID:</label> <span><code>{deviceId}</code></span></li>
|
||||
<li><label>Device key:</label> <span><code><b>{identityKey}</b></code></span></li>
|
||||
<li><label>Device ID:</label> <span><code>{deviceId}</code></span></li>
|
||||
<li><label>Device key:</label> <span><code><b>{identityKey}</b></code></span></li>
|
||||
</ul>
|
||||
{ importExportButtons }
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue