forgot to trim the url

This commit is contained in:
wearrrrr 2024-09-30 15:02:11 -05:00
parent 4e557e0225
commit 2a319b9cf6

View file

@ -151,6 +151,7 @@ function App() {
});
const handleSubmit = () => {
this.url = this.url.trim();
// frame.go(this.url)
if (!this.url.startsWith("http")) {
this.url = "https://" + this.url;