From db4c210046731112a19fd588e541f163d4518ffb Mon Sep 17 00:00:00 2001 From: NicolasCantu Date: Thu, 23 Oct 2025 14:37:53 +0200 Subject: [PATCH] =?UTF-8?q?debug:=20Ajouter=20log=20HTTPS=20pour=20identif?= =?UTF-8?q?ier=20la=20version=20d=C3=A9ploy=C3=A9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Ajouter log avec window.location.href pour identifier l'URL - Confirmer que la nouvelle version est bien déployée sur HTTPS - Identifier si le problème vient du cache ou du déploiement --- src/services/secure-credentials.service.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/services/secure-credentials.service.ts b/src/services/secure-credentials.service.ts index 58eabd6..fb96c00 100644 --- a/src/services/secure-credentials.service.ts +++ b/src/services/secure-credentials.service.ts @@ -109,6 +109,7 @@ export class SecureCredentialsService { 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'); + console.log('🌐 HTTPS VERSION: ' + window.location.href + ' - NO FALLBACK ACTIVE'); secureLogger.info('Forcing WebAuthn credential creation', { component: 'SecureCredentialsService', operation: 'webauthn_force'