mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix: InfluxDB direct access with normal inflxudb credentials was not sent correctly, fixes #8789
This commit is contained in:
parent
eca11e862e
commit
1994b767d3
@ -213,8 +213,8 @@ export default class InfluxDatasource {
|
||||
var params: any = {};
|
||||
|
||||
if (self.username) {
|
||||
params.username = self.username;
|
||||
params.password = self.password;
|
||||
params.u = self.username;
|
||||
params.p = self.password;
|
||||
}
|
||||
|
||||
if (self.database) {
|
||||
|
Loading…
Reference in New Issue
Block a user