diff --git a/src/components/inputs/UrlInput.jsx b/src/components/inputs/UrlInput.jsx index 29f5468..42660c0 100644 --- a/src/components/inputs/UrlInput.jsx +++ b/src/components/inputs/UrlInput.jsx @@ -27,7 +27,7 @@ function validate (url) { Must provide protocol { isSsl - ? http:// + ? https:// : <>http:// or https:// }