From 9287e6c5ccc0b298c39d6d96a8e8b8d6747f6c9e Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Sun, 13 Oct 2024 01:45:08 +0800 Subject: [PATCH] :sparkles: Auth config to limit auth steps --- .idea/workspace.xml | 9 +++++- pkg/internal/models/accounts.go | 17 +++++------ pkg/internal/models/auth.go | 4 +++ pkg/internal/server/api/index.go | 2 ++ pkg/internal/server/api/preferences_api.go | 33 ++++++++++++++++++++++ pkg/internal/services/ticket.go | 4 +++ 6 files changed, 60 insertions(+), 9 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 9d6dd92..11ae1da 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,7 +4,14 @@