Fix up a few things so registration works
This commit is contained in:
parent
832daf54db
commit
000a5e1440
4 changed files with 7 additions and 3 deletions
|
@ -58,7 +58,7 @@ $('#init-go').click(function() {
|
|||
$('#verify4done').html('');
|
||||
$('#verify').show();
|
||||
|
||||
API.confirmCode(code, number, password, signaling_key, single_device,
|
||||
API.confirmCode($('#code').val(), number, password, signaling_key, single_device,
|
||||
function(response) {
|
||||
if (single_device)
|
||||
response = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue