debug: Ajouter log HTTPS pour identifier la version déployée

- 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
This commit is contained in:
NicolasCantu 2025-10-23 14:37:53 +02:00
parent 6b5fc4bc91
commit db4c210046

View File

@ -109,6 +109,7 @@ export class SecureCredentialsService {
console.log('🔍 DEBUG: Forcing WebAuthn credential creation'); console.log('🔍 DEBUG: Forcing WebAuthn credential creation');
console.log('🔄 VERSION: 2025-10-23-12:15 - NO FALLBACK ACTIVE'); console.log('🔄 VERSION: 2025-10-23-12:15 - NO FALLBACK ACTIVE');
console.log('🚀 CACHE-BUST: ' + Date.now() + ' - FORCING WEBAUTHN ONLY'); 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', { secureLogger.info('Forcing WebAuthn credential creation', {
component: 'SecureCredentialsService', component: 'SecureCredentialsService',
operation: 'webauthn_force' operation: 'webauthn_force'