feat: add users question

This commit is contained in:
2026-08-20 18:48:22 +03:30
parent aba556618b
commit 96c74601c8
6 changed files with 365 additions and 11 deletions
+2 -1
View File
@@ -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";