Remove all mention of obsolete safety-number-approval setting

This commit is contained in:
Scott Nonnenberg 2018-03-07 17:21:15 -08:00 committed by Scott Nonnenberg
parent 26c273618a
commit a728c9efbf
No known key found for this signature in database
GPG key ID: 5F82280C35134661
3 changed files with 2 additions and 25 deletions

View file

@ -64,9 +64,6 @@
SERVER_URL, USERNAME, PASSWORD
);
accountManager.addEventListener('registration', function() {
if (!Whisper.Registration.everDone()) {
storage.put('safety-numbers-approval', false);
}
Whisper.Registration.markDone();
console.log('dispatching registration event');
Whisper.events.trigger('registration_done');