website refactor

This commit is contained in:
2026-01-18 13:26:35 +01:00
parent 350c78504d
commit 0b301feb61
225 changed files with 1678 additions and 26666 deletions

View File

@@ -28,7 +28,10 @@ export class DriversApiClient extends BaseApiClient {
/** Get current driver (based on session) */
getCurrent(): Promise<GetDriverOutputDTO | null> {
return this.get<GetDriverOutputDTO | null>('/drivers/current', { allowUnauthenticated: true });
return this.get<GetDriverOutputDTO | null>('/drivers/current', {
allowUnauthenticated: true,
retry: false
});
}
/** Get driver registration status for a specific race */