removed invalid RealmName check (#24001)
back to having the server check this now that we have #23667 there are no issues with spaces
This commit is contained in:
parent
0d008df416
commit
427cd4b290
1 changed files with 0 additions and 4 deletions
|
@ -88,10 +88,6 @@ export default function NewRealmForm() {
|
|||
validated={errors.realm ? "error" : "default"}
|
||||
{...register("realm", {
|
||||
required: { value: true, message: t("required") },
|
||||
pattern: {
|
||||
value: /^[a-zA-Z0-9-_]+$/,
|
||||
message: t("invalidRealmName"),
|
||||
},
|
||||
})}
|
||||
/>
|
||||
</FormGroup>
|
||||
|
|
Loading…
Reference in a new issue