mirror of https://github.com/vector-im/riot-web
Fix no identity server in help & about settings (#10563)
parent
a2c2c01edc
commit
b4d7f6b592
|
@ -338,7 +338,8 @@ export default class HelpUserSettingsTab extends React.Component<IProps, IState>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
{_t(
|
{MatrixClientPeg.get().getIdentityServerUrl() &&
|
||||||
|
_t(
|
||||||
"Identity server is <code>%(identityServerUrl)s</code>",
|
"Identity server is <code>%(identityServerUrl)s</code>",
|
||||||
{
|
{
|
||||||
identityServerUrl: MatrixClientPeg.get().getIdentityServerUrl(),
|
identityServerUrl: MatrixClientPeg.get().getIdentityServerUrl(),
|
||||||
|
|
Loading…
Reference in New Issue