mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-22 04:11:12 +00:00
Validate matrix id on the front end. Fixes #245
This commit is contained in:
parent
2cde42a48a
commit
9305b24794
1 changed files with 1 additions and 1 deletions
|
@ -750,7 +750,7 @@ export class Person extends Component<any, PersonState> {
|
|||
this,
|
||||
this.handleUserSettingsMatrixUserIdChange
|
||||
)}
|
||||
minLength={3}
|
||||
pattern="^@[A-Za-z0-9._=-]+:[A-Za-z0-9.-]+\.[A-Za-z]{2,}$"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue