This commit is contained in:
苏尹岚
2020-11-20 11:35:01 +08:00
parent b2ac231af3
commit 118f93fb5a

View File

@@ -78,7 +78,7 @@ func (a *MiniAuther) DecryptData(authInfo *auth2.AuthInfo, jsCode, encryptedData
if err != nil { if err != nil {
return "", err return "", err
} }
authInfo.AuthBindInfo.UserData = sessionKey // authInfo.AuthBindInfo.UserData = sessionKey
return string(decryptedData), nil return string(decryptedData), nil
} }