wapp
This commit is contained in:
@@ -31,7 +31,7 @@ docker-compose up -d --build
|
|||||||
|
|
||||||
Visit `http://your-server:3001/qr` to authenticate WhatsApp.
|
Visit `http://your-server:3001/qr` to authenticate WhatsApp.
|
||||||
|
|
||||||
## QR Code Authentication
|
## QR Code Authentication - Web UI
|
||||||
|
|
||||||
The server provides a web interface for easy WhatsApp authentication:
|
The server provides a web interface for easy WhatsApp authentication:
|
||||||
|
|
||||||
|
|||||||
@@ -485,7 +485,7 @@ client.on('qr', (qr) => {
|
|||||||
client.on('ready', async () => {
|
client.on('ready', async () => {
|
||||||
logger.info('WhatsApp client ready');
|
logger.info('WhatsApp client ready');
|
||||||
|
|
||||||
// Clear QR code once connected
|
// Clear QR code once connected
|
||||||
currentQR = null
|
currentQR = null
|
||||||
qrTimestamp = null
|
qrTimestamp = null
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user