diff --git a/src/services/secure-credentials.service.ts b/src/services/secure-credentials.service.ts index 010832e..58eabd6 100644 --- a/src/services/secure-credentials.service.ts +++ b/src/services/secure-credentials.service.ts @@ -108,6 +108,7 @@ export class SecureCredentialsService { console.log('🚨🚨🚨 FORCING WEBAUTHN - NO FALLBACK 🚨🚨🚨'); console.log('🔍 DEBUG: Forcing WebAuthn credential creation'); console.log('🔄 VERSION: 2025-10-23-12:15 - NO FALLBACK ACTIVE'); + console.log('🚀 CACHE-BUST: ' + Date.now() + ' - FORCING WEBAUTHN ONLY'); secureLogger.info('Forcing WebAuthn credential creation', { component: 'SecureCredentialsService', operation: 'webauthn_force'