Added fix for empty input

This commit is contained in:
Nicolai Ort 2021-04-07 19:52:51 +02:00
parent d443b2904e
commit 0cd3c6da1b

View File

@ -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 =