mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-24 07:51:34 +02:00
Fix rogue instance of old hsUrl property
This commit is contained in:
parent
ae63df95ea
commit
4ada66d319
@ -212,7 +212,7 @@ export default class PasswordLogin extends React.Component {
|
||||
type="text"
|
||||
label={SdkConfig.get().disable_custom_urls ?
|
||||
_t("Username on %(hs)s", {
|
||||
hs: this.props.hsUrl.replace(/^https?:\/\//, ''),
|
||||
hs: this.props.serverConfig.hsName,
|
||||
}) : _t("Username")}
|
||||
value={this.state.username}
|
||||
onChange={this.onUsernameChanged}
|
||||
|
Loading…
x
Reference in New Issue
Block a user