From e41c2db4beb9ad8d2a22ed3214284b4b4017d847 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 26 Feb 2026 08:01:47 -0800 Subject: [PATCH] 4648 --- Project/WidgetRights.cs => Authentication/AuthRights.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Project/WidgetRights.cs => Authentication/AuthRights.cs (98%) diff --git a/Project/WidgetRights.cs b/Authentication/AuthRights.cs similarity index 98% rename from Project/WidgetRights.cs rename to Authentication/AuthRights.cs index 5542e7a..31cba89 100644 --- a/Project/WidgetRights.cs +++ b/Authentication/AuthRights.cs @@ -8,7 +8,7 @@ using System.Collections.Concurrent; namespace raven_integration { // [Collection("APICOLLECTION")] - public class WidgetRights + public class AuthRights {