refactor: move StorageKeys to Application layer
This commit is contained in:
@@ -0,0 +1,12 @@
|
|||||||
|
namespace NexusReader.Application.Constants;
|
||||||
|
|
||||||
|
public static class StorageKeys
|
||||||
|
{
|
||||||
|
public const string AuthToken = "authToken";
|
||||||
|
public const string RefreshToken = "refreshToken";
|
||||||
|
public const string UserEmail = "userEmail";
|
||||||
|
public const string UserTenant = "userTenant";
|
||||||
|
public const string UserRoles = "userRoles";
|
||||||
|
public const string Theme = "theme";
|
||||||
|
public const string FocusMode = "focusMode";
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user