mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 17:01:00 +03:00
change USERNAME and PASSWORD to FLOWISE_USERNAME and FLOWISE_PASSWORD to prevent conflict with machine env variables
This commit is contained in:
@@ -14,8 +14,8 @@ apiClient.interceptors.request.use(function (config) {
|
||||
|
||||
if (username && password) {
|
||||
config.auth = {
|
||||
username: username.toLocaleLowerCase(),
|
||||
password: password.toLocaleLowerCase()
|
||||
username,
|
||||
password
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user