mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 06:22:35 +08:00
OAuth: Fix for wrong user token updated on OAuth refresh in DS proxy (#17541)
This commit is contained in:

committed by
Carl Bergquist

parent
599514ad68
commit
151fe240fc
@ -241,8 +241,8 @@ func UpdateAuthInfo(cmd *models.UpdateAuthInfoCommand) error {
|
||||
UserId: cmd.UserId,
|
||||
AuthModule: cmd.AuthModule,
|
||||
}
|
||||
|
||||
_, err := sess.Update(authUser, cond)
|
||||
upd, err := sess.Update(authUser, cond)
|
||||
sqlog.Debug("Updated user_auth", "user_id", cmd.UserId, "auth_module", cmd.AuthModule, "rows", upd)
|
||||
return err
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user