Add controls for toggling discovery in user settings
This adds controls for each 3PID to allow the user to choose whether it's bound on the IS. Fixes https://github.com/vector-im/riot-web/issues/10159
This commit is contained in:
parent
accb1eea9f
commit
178d6605c4
6 changed files with 572 additions and 18 deletions
|
@ -225,7 +225,7 @@ export default class PhoneNumbers extends React.Component {
|
|||
<div>
|
||||
<div>
|
||||
{_t("A text message has been sent to +%(msisdn)s. " +
|
||||
"Please enter the verification code it contains", { msisdn: msisdn })}
|
||||
"Please enter the verification code it contains.", { msisdn: msisdn })}
|
||||
<br />
|
||||
{this.state.verifyError}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue