diff --git a/src/core/services/LoggerService.ts b/src/core/services/LoggerService.ts index 2797093..bd10b08 100644 --- a/src/core/services/LoggerService.ts +++ b/src/core/services/LoggerService.ts @@ -41,7 +41,7 @@ export class LoggerService implements ILogger { this.isProduction = config.environment === 'production' this.apiBaseUrl = config.apiBaseUrl // Vite envs are statically replaced at build time. The endpoint - // `/client-logs` does not yet exist on the backend (TODO Team A); + // `/client-logs` does not yet exist on the backend (TODO(#240) Team A); // until it ships, default the flag to false so we ship a safe no-op // and don't 404-spam the API. Operator can flip // `VITE_CLIENT_LOG_SINK_ENABLED=true` once the endpoint lands. diff --git a/src/pages/AuthMethodsTestingPage.tsx b/src/pages/AuthMethodsTestingPage.tsx index 2c475af..03290c3 100644 --- a/src/pages/AuthMethodsTestingPage.tsx +++ b/src/pages/AuthMethodsTestingPage.tsx @@ -65,7 +65,7 @@ export default function AuthMethodsTestingPage() { {t('authMethodsTesting.pageSubtitle')} - {/* TODO: difficulty + platform filters (post-MVP). */} + {/* TODO(#241): difficulty + platform filters (post-MVP). */} {methods.map((method) => (