mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Update regex for url in wizard
This commit is contained in:
parent
5f74b357ce
commit
fbbe6b49de
1 changed files with 1 additions and 1 deletions
2
src/ui/templates/setup.html
vendored
2
src/ui/templates/setup.html
vendored
|
|
@ -264,7 +264,7 @@
|
|||
class="col-span-12 disabled:opacity-75 focus:valid:border-green-500 focus:invalid:border-red-500 outline-none focus:border-primary text-sm leading-5.6 ease block w-full appearance-none rounded-lg border border-solid border-gray-300 bg-white bg-clip-padding px-4 py-2 font-normal text-gray-700 transition-all placeholder:text-gray-500"
|
||||
placeholder="/admin"
|
||||
value="{{ random_url }}"
|
||||
pattern="\/(.*[a-z])"
|
||||
pattern="\/[a-zA-Z0-9-]{1,255}$"
|
||||
required
|
||||
/>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue