From 4364e9fa3ba845fc5638bc43f764bf6a71bce942 Mon Sep 17 00:00:00 2001 From: SauceyRed Date: Wed, 7 May 2025 19:46:10 +0200 Subject: [PATCH] feat: move login/register to auth layout, add detecting and setting instance URL --- layouts/auth.vue | 129 ++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 110 insertions(+), 19 deletions(-) diff --git a/layouts/auth.vue b/layouts/auth.vue index 73d4603..fd0f820 100644 --- a/layouts/auth.vue +++ b/layouts/auth.vue @@ -1,40 +1,131 @@