Formatting

This commit is contained in:
Nicolai Ort 2021-04-07 19:55:01 +02:00
parent 0cd3c6da1b
commit 277269e299
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
import axios from "axios";
import { _, locale } from "svelte-i18n";
let token;
let api_endpoint_input ="";
let api_endpoint_input = "";
$: error = false;
$: errormessage = "";
$: isTokenValid =