From eb0f833d49785ccacb942fb316340591f1ada694 Mon Sep 17 00:00:00 2001 From: orangemug Date: Thu, 14 May 2020 13:33:57 +0100 Subject: [PATCH] Fixed typo. --- src/components/inputs/UrlInput.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:// }