This commit is contained in:
Tour
2025-12-06 19:37:12 +01:00
parent 20141ad17b
commit b2cd6792ea
2 changed files with 2 additions and 2 deletions

View File

@@ -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:

View File

@@ -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