mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 04:09:49 +00:00
Remove redirect to index from registration.done()
This commit is contained in:
@@ -90,7 +90,6 @@
|
||||
done: function () {
|
||||
localStorage.setItem("chromiumRegistrationDone", "");
|
||||
extension.trigger('registration_done');
|
||||
window.location = '/index.html';
|
||||
},
|
||||
|
||||
isDone: function () {
|
||||
|
||||
Reference in New Issue
Block a user