diff options
author | Jorik Schellekens <joriks@matrix.org> | 2019-08-27 16:54:50 +0100 |
---|---|---|
committer | Jorik Schellekens <joriks@matrix.org> | 2019-08-28 15:59:54 +0100 |
commit | 0cfe4b3db9b6c3dd14a9178565875b98a7e57184 (patch) | |
tree | 303b3dcf17afb9a6351e4e8804d4ddb4fbbd0c6f | |
parent | Include a done screen (diff) | |
download | synapse-0cfe4b3db9b6c3dd14a9178565875b98a7e57184.tar.xz |
Formatting
-rw-r--r-- | synapse_topology/webui/src/js/components/ExportKeys.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse_topology/webui/src/js/components/ExportKeys.jsx b/synapse_topology/webui/src/js/components/ExportKeys.jsx index ad7bdb680c..ac7141f53a 100644 --- a/synapse_topology/webui/src/js/components/ExportKeys.jsx +++ b/synapse_topology/webui/src/js/components/ExportKeys.jsx @@ -38,7 +38,7 @@ export default ({ secretKeyLoaded, secretKey, onClick }) => { Your server uses a secret key to identify itself to other servers. Keep a copy of it to retain ownership of the server name in case the server is inaccessible: - </p> + </p> <pre><code>{secretKey}</code></pre> <p> Keep a copy of this key somewhere safe by downloading or copying |