mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Few typos blocking registration
This commit is contained in:
@@ -83,7 +83,7 @@ $('#init-go').click(function() {
|
||||
$('#verify4done').html('');
|
||||
$('#verify').show();
|
||||
|
||||
textsecure.register($('#code').val(), number, single_device, function(step) {
|
||||
textsecure.register(number, $('#code').val(), single_device, function(step) {
|
||||
switch(step) {
|
||||
case 1:
|
||||
$('#verify1done').html('done');
|
||||
|
||||
Reference in New Issue
Block a user