[fix] conf:auth:static:username removed
This commit is contained in:
parent
38a396ee49
commit
eac0831e64
|
|
@ -68,7 +68,6 @@ function load(
|
||||||
return [
|
return [
|
||||||
'kind' => 'static',
|
'kind' => 'static',
|
||||||
'data' => [
|
'data' => [
|
||||||
'username' => ($auth_raw['data']['username'] ?? $realm_raw['name']),
|
|
||||||
'password' => ($auth_raw['data']['password'] ?? $realm_raw['name']),
|
'password' => ($auth_raw['data']['password'] ?? $realm_raw['name']),
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue