From 52eab190ee059728eb52627381ba443bb0ea947b Mon Sep 17 00:00:00 2001 From: SauceyRed Date: Thu, 29 May 2025 04:12:13 +0200 Subject: [PATCH] fix: auth layout causing too much recursion due to having forgotten to remove --- layouts/auth.vue | 80 +++++++++++++++++++++++------------------------- 1 file changed, 39 insertions(+), 41 deletions(-) diff --git a/layouts/auth.vue b/layouts/auth.vue index a395a7c..356dcd5 100644 --- a/layouts/auth.vue +++ b/layouts/auth.vue @@ -1,50 +1,48 @@