From 7ae35b2cf065066cf26b35361e25f5ab1429819b Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Tue, 9 Dec 2025 23:55:52 +0100 Subject: [PATCH] fix: :ambulance: Remove debug code that broke prod --- app/pages/oauth/authorize.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/pages/oauth/authorize.vue b/app/pages/oauth/authorize.vue index a4ca320..58ad7ec 100644 --- a/app/pages/oauth/authorize.vue +++ b/app/pages/oauth/authorize.vue @@ -10,7 +10,7 @@ useHead({ title: m.fuzzy_sea_moth_absorb(), }); -const baseUrl = new URL("https://versia.localhost"); //useRequestURL(); +const baseUrl = useRequestURL(); const client = computed(() => new Client(baseUrl)); const instance = useInstanceFromClient(client); const {