Don't close login websocket on multidevice disabled error

This commit is contained in:
Tulir Asokan 2021-10-29 21:41:03 +03:00
parent 70214bdc42
commit b9d918a1d1

View file

@ -326,6 +326,7 @@ func (prov *ProvisioningAPI) Login(w http.ResponseWriter, r *http.Request) {
Error: "Please enable the WhatsApp multidevice beta and scan the QR code again.",
ErrCode: "multidevice not enabled",
})
continue
default:
_ = c.WriteJSON(map[string]interface{}{
"code": string(evt),