mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-26 22:54:39 +01:00
Bugfixes to account creation
This commit is contained in:
parent
dc0dcf76c6
commit
54fea08591
@ -264,5 +264,6 @@ return false;
|
||||
<span class="form-control input-xlarge uneditable-input" onclick="this.select();">', $result);
|
||||
$asd = explode('</span>', $cose['1']);
|
||||
$api_hash = $asd['0'];
|
||||
return ['api_id' => (int) $api_id, 'api_hash' => $api_hash];
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user