You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-17 17:42:41 +03:00
don't tell users to verify themselves in person
This commit is contained in:
@@ -117,7 +117,9 @@ export default class VerificationShowSas extends React.Component {
|
|||||||
return <div className="mx_VerificationShowSas">
|
return <div className="mx_VerificationShowSas">
|
||||||
<p>{sasCaption}</p>
|
<p>{sasCaption}</p>
|
||||||
{sasDisplay}
|
{sasDisplay}
|
||||||
<p>{_t("To be secure, do this in person or use a trusted way to communicate.")}</p>
|
<p>{this.props.isSelf ?
|
||||||
|
"":
|
||||||
|
_t("To be secure, do this in person or use a trusted way to communicate.")}</p>
|
||||||
{confirm}
|
{confirm}
|
||||||
</div>;
|
</div>;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user