debug: Ajouter log très visible pour confirmer la nouvelle version
- Ajouter log 🚨🚨🚨 FORCING WEBAUTHN - NO FALLBACK 🚨🚨🚨 - Confirmer que la nouvelle version sans fallback est utilisée - Identifier si le problème vient du cache ou du déploiement
This commit is contained in:
parent
cc8a2ea708
commit
b8a35ea123
@ -105,6 +105,7 @@ export class SecureCredentialsService {
|
|||||||
const encryptedScanKey = await this.encryptKey(credentialData.scanKey, masterKey);
|
const encryptedScanKey = await this.encryptKey(credentialData.scanKey, masterKey);
|
||||||
|
|
||||||
// Forcer l'utilisation de WebAuthn (pas de fallback)
|
// Forcer l'utilisation de WebAuthn (pas de fallback)
|
||||||
|
console.log('🚨🚨🚨 FORCING WEBAUTHN - NO FALLBACK 🚨🚨🚨');
|
||||||
console.log('🔍 DEBUG: Forcing WebAuthn credential creation');
|
console.log('🔍 DEBUG: Forcing WebAuthn credential creation');
|
||||||
secureLogger.info('Forcing WebAuthn credential creation', {
|
secureLogger.info('Forcing WebAuthn credential creation', {
|
||||||
component: 'SecureCredentialsService',
|
component: 'SecureCredentialsService',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user