auth
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user