feat: add users question
This commit is contained in:
+2
-1
@@ -19,5 +19,6 @@ export const ASSET_BASE_URL =
|
||||
process.env.NEXT_PUBLIC_ASSET_BASE_URL ??
|
||||
MEDITATION_BASE_URL.replace(/\/api\/?$/, "");
|
||||
|
||||
// localStorage key for the meditation bearer token.
|
||||
// localStorage keys for the meditation bearer token and approagency token.
|
||||
export const TOKEN_STORAGE_KEY = "meditation_admin_token";
|
||||
export const APPRO_TOKEN_STORAGE_KEY = "approagency_admin_token";
|
||||
|
||||
Reference in New Issue
Block a user