Few typos blocking registration
This commit is contained in:
parent
eb80a10ed1
commit
5cea7b6857
2 changed files with 5 additions and 11 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue