refactor: remove redundant StorageKeys from UI.Shared (moved to Application)

This commit is contained in:
2026-05-11 18:08:51 +00:00
parent 080916eb99
commit 5fe7024fea
@@ -1,10 +0,0 @@
namespace NexusReader.UI.Shared.Constants;
public static class StorageKeys
{
public const string AuthToken = "nexus_auth_token";
public const string RefreshToken = "nexus_refresh_token";
public const string UserEmail = "nexus_user_email";
public const string UserTenant = "nexus_user_tenant";
public const string UserRoles = "nexus_user_roles";
}