Remove provisioning API QR code regen limit
This commit is contained in:
parent
16dc3c8699
commit
260555b69c
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ func (prov *ProvisioningAPI) Login(w http.ResponseWriter, r *http.Request) {
|
|||
})
|
||||
}
|
||||
}()
|
||||
session, err := user.Conn.LoginWithRetry(qrChan, 0) //user.bridge.Config.Bridge.LoginQRRegenCount)
|
||||
session, err := user.Conn.LoginWithRetry(qrChan, user.bridge.Config.Bridge.LoginQRRegenCount)
|
||||
qrChan <- "stop"
|
||||
if err != nil {
|
||||
var msg string
|
||||
|
|
Loading…
Reference in a new issue