Merge branch 'main' into feature/frontend-legacy-parity

This commit is contained in:
2026-07-25 11:45:07 +00:00
64 changed files with 5226 additions and 811 deletions
@@ -295,7 +295,7 @@ describe('auction integration flow', () => {
const adminGatewayToken = await gatewayClient.auth.issueGameSession.mutate({
sessionToken: adminSessionRef.value ?? '',
profile: 'che:2',
profile: 'che:908',
});
const adminAccess = await gameClient.auth.exchangeGatewayToken.mutate({
gatewayToken: adminGatewayToken.gameToken,