🎨 Fix inconsistent indentation in tournament authentication type logic

This commit is contained in:
2026-01-28 18:40:37 +00:00
parent 3894a2415c
commit 816eb7cb67

View File

@@ -531,8 +531,8 @@ async function testListTournaments(resetPagination = true) {
authType: isClientCredsAuthenticated.value
? 'Client Credentials'
: isAuthenticated.value
? 'OAuth'
: 'API Key',
? 'OAuth'
: 'API Key',
results: result
});