diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 9d9700a..d19bf68 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,9 +4,7 @@
-
-
-
+
@@ -160,7 +158,6 @@
-
@@ -185,7 +182,8 @@
-
+
+
diff --git a/pkg/internal/services/auth.go b/pkg/internal/services/auth.go
index e0fab17..62bfe39 100644
--- a/pkg/internal/services/auth.go
+++ b/pkg/internal/services/auth.go
@@ -82,6 +82,7 @@ func CacheAuthContext(sessionId uint) (models.AuthTicket, error) {
}
}
}
+ ticket.Account = user
// Put the data into the cache
cacheManager := cache.New[any](localCache.S)