mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
Fix config serializer regex (#10487)
This commit is contained in:
parent
08ba69b538
commit
a4d5e15327
@ -34,7 +34,7 @@ class ProofProvider::Keybase::ConfigSerializer < ActiveModel::Serializer
|
|||||||
end
|
end
|
||||||
|
|
||||||
def username
|
def username
|
||||||
{ min: 1, max: 30, re: '[a-z0-9_]+([a-z0-9_\.-]+[a-z0-9_]+)?' }
|
{ min: 1, max: 30, re: '[a-z0-9_]+([a-z0-9_.-]+[a-z0-9_]+)?' }
|
||||||
end
|
end
|
||||||
|
|
||||||
def prefill_url
|
def prefill_url
|
||||||
|
Loading…
Reference in New Issue
Block a user