mirror of
https://github.com/cheveguerra/whatsapp-api-tutorial.git
synced 2026-04-17 19:36:59 +00:00
Add auto reauth when failure
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
|
||||
socket.on('qr', function(src) {
|
||||
$('#qrcode').attr('src', src);
|
||||
$('#qrcode').show();
|
||||
});
|
||||
|
||||
socket.on('ready', function(data) {
|
||||
|
||||
Reference in New Issue
Block a user