Added url validation fix
This commit is contained in:
parent
fdabe4b79c
commit
64ce42d8a0
@ -5,7 +5,7 @@
|
|||||||
import axios from "axios";
|
import axios from "axios";
|
||||||
import { _, locale } from "svelte-i18n";
|
import { _, locale } from "svelte-i18n";
|
||||||
let token;
|
let token;
|
||||||
let api_endpoint_input;
|
let api_endpoint_input = "";
|
||||||
$: error = false;
|
$: error = false;
|
||||||
$: errormessage = "";
|
$: errormessage = "";
|
||||||
$: isTokenValid =
|
$: isTokenValid =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user