Skip to content
Snippets Groups Projects
Commit fccedc39 authored by Shane Tomlinson's avatar Shane Tomlinson
Browse files

After the verification is complete, sync the addresses.

parent 1871e663
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,9 @@
// 'pending' - a registration is in progress
// 'noRegistration' - no registration is in progress
if (status === 'complete') {
me.close(me.verificationMessage);
BrowserIDIdentities.syncEmailKeypairs(function() {
me.close(me.verificationMessage);
});
} else if (status === 'pending') {
setTimeout(poll, 3000);
}
......
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