mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
debug HS & IS
This commit is contained in:
parent
1459478ee0
commit
817a3debec
@ -396,6 +396,12 @@ module.exports = React.createClass({
|
||||
<div className="mx_UserSettings_advanced">
|
||||
Logged in as {this._me}
|
||||
</div>
|
||||
<div className="mx_UserSettings_advanced">
|
||||
Homeserver is { MatrixClientPeg.get().getHomeserverUrl() }
|
||||
</div>
|
||||
<div className="mx_UserSettings_advanced">
|
||||
Identity Server is { MatrixClientPeg.get().getIdentityServerUrl() }
|
||||
</div>
|
||||
<div className="mx_UserSettings_advanced">
|
||||
Version {this.state.clientVersion}
|
||||
<br />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user