debug: Ajouter cache-busting pour forcer le rechargement
- Ajouter timestamp dynamique pour forcer le rechargement - Identifier si le problème vient du cache du serveur - Confirmer que la nouvelle version est bien déployée
This commit is contained in:
parent
507a08e959
commit
6b5fc4bc91
@ -108,6 +108,7 @@ export class SecureCredentialsService {
|
|||||||
console.log('🚨🚨🚨 FORCING WEBAUTHN - NO FALLBACK 🚨🚨🚨');
|
console.log('🚨🚨🚨 FORCING WEBAUTHN - NO FALLBACK 🚨🚨🚨');
|
||||||
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');
|
||||||
secureLogger.info('Forcing WebAuthn credential creation', {
|
secureLogger.info('Forcing WebAuthn credential creation', {
|
||||||
component: 'SecureCredentialsService',
|
component: 'SecureCredentialsService',
|
||||||
operation: 'webauthn_force'
|
operation: 'webauthn_force'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user