admin page

This commit is contained in:
2026-06-05 14:31:31 +03:00
parent 0e92966a5d
commit 27f125cbe8

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.