refactor: remove redundant StorageKeys from UI.Shared (moved to Application)
This commit is contained in:
@@ -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";
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user