do not unlock signin by linking if the displayName got is empty

pull/1528/head
Audric Ackermann 4 years ago
parent 78257037bb
commit 8d45ea2742
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -48,7 +48,9 @@ async function handleOurProfileUpdate(
if (displayName) {
trigger(configurationMessageReceived, displayName);
} else {
window.log.warn('Got a configuration message but the display name is empty');
window.log.warn(
'Got a configuration message but the display name is empty'
);
}
}
}

Loading…
Cancel
Save