Skip to content

Commit

Permalink
Adjusting the validation of domain in public config to be optional (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
maayarosama authored Dec 25, 2024
1 parent 2ff4256 commit 3765111
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,7 @@
<!-- Domain -->
<input-validator
:value="config.domain"
:rules="[
validators.required('Domain is required.'),
validators.isFQDN('Please provide a valid domain.'),
]"
:rules="[validators.isFQDN('Please provide a valid domain.')]"
#="{ props }"
>
<input-tooltip tooltip="Domain for web gateway">
Expand Down

0 comments on commit 3765111

Please sign in to comment.