mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-03-12 23:09:06 +00:00
Fixed a bug concerning authentication methods for added ERI servers (#323)
This commit is contained in:
parent
c5acce7278
commit
94028b2c06
@ -190,8 +190,9 @@ public partial class DataSourceERI_V1Dialog : ComponentBase, ISecretId
|
||||
var cts = new CancellationTokenSource(TimeSpan.FromSeconds(14));
|
||||
var dataSource = new DataSourceERI_V1
|
||||
{
|
||||
AuthMethod = this.dataAuthMethod,
|
||||
Hostname = this.dataHostname,
|
||||
Port = this.dataPort
|
||||
Port = this.dataPort,
|
||||
};
|
||||
|
||||
using var client = ERIClientFactory.Get(ERIVersion.V1, dataSource);
|
||||
|
@ -1 +1,2 @@
|
||||
# v0.9.33, build 208 (2025-03-xx xx:xx UTC)
|
||||
# v0.9.33, build 208 (2025-03-11 08:xx UTC)
|
||||
- Fixed a bug where the authentication methods for added ERI servers were not applied correctly.
|
||||
|
Loading…
Reference in New Issue
Block a user