Skip to content
Snippets Groups Projects
Commit f0bf0bd2 authored by Ben Adida's avatar Ben Adida
Browse files

force regen of old keys

parent 35c7ca10
No related branches found
No related tags found
No related merge requests found
......@@ -48,8 +48,11 @@ var BrowserIDIdentities = (function() {
try {
email_obj.pub = jwk.PublicKey.fromSimpleObject(email_obj.pub);
} catch (x) {
// nothing needed
delete emails[email_address];
}
if (!email_obj.cert)
delete emails[email_address];
});
return emails;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment