admin page

This commit is contained in:
2026-06-05 14:36:43 +03:00
parent 3892a459e5
commit d812b8b44a

View File

@@ -7,7 +7,7 @@ import type {
OrganizationListResponse, OrganizationListResponse,
} from '../model/types' } from '../model/types'
const ADMIN_API_URL = 'https://app.admin.elcsa.ru/api' const ADMIN_API_URL = 'https://app.admin.elcsa.ru'
// In-memory admin access token — deliberately separate from the user `tokenStore` // In-memory admin access token — deliberately separate from the user `tokenStore`
// so the two independent auth systems never collide. No CSRF on the admin API. // so the two independent auth systems never collide. No CSRF on the admin API.