diff --git a/README.md b/README.md index d049c89..fbae642 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ docker-compose up -d --build 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: diff --git a/server.js b/server.js index e44ab5d..b7447d4 100644 --- a/server.js +++ b/server.js @@ -485,7 +485,7 @@ client.on('qr', (qr) => { client.on('ready', async () => { logger.info('WhatsApp client ready'); - // Clear QR code once connected + // Clear QR code once connected currentQR = null qrTimestamp = null