Ensure new installs default to non-blocking
// FREEBIE
This commit is contained in:
parent
1fe90ecdcb
commit
1f0a93bf70
2 changed files with 3 additions and 18 deletions
|
@ -51,6 +51,9 @@
|
|||
SERVER_URL, SERVER_PORTS, USERNAME, PASSWORD
|
||||
);
|
||||
accountManager.addEventListener('registration', function() {
|
||||
if (!Whisper.Registration.everDone()) {
|
||||
storage.put('safety-numbers-approval', false);
|
||||
}
|
||||
Whisper.Registration.markDone();
|
||||
extension.trigger('registration_done');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue