We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d640ba7 commit 86b8784Copy full SHA for 86b8784
frontend/src/routes/dashboard/+page.svelte
@@ -42,7 +42,7 @@
42
$effect(() => {
43
if (dashboardData && dashboardData.api_key) {
44
config = `[settings]
45
-api_url = https://api-rustytime.shymike.dev/api/v1
+api_url = "https://api-rustytime.shymike.dev/api/v1"
46
api_key = ${dashboardData.api_key}`;
47
} else {
48
config = '';
0 commit comments