mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 16:02:14 +00:00
nit only resync custom instance password on server (#8298)
This commit is contained in:
+3
-1
@@ -884,7 +884,9 @@ async fn windmill_main() -> anyhow::Result<()> {
|
||||
// NOTE: Variable/resource cache initialization moved to API server in windmill-api
|
||||
|
||||
// Check if custom_instance_user password is in sync
|
||||
resync_custom_instance_user_pwd_if_needed(&db).await;
|
||||
if server_mode {
|
||||
resync_custom_instance_user_pwd_if_needed(&db).await;
|
||||
}
|
||||
|
||||
Connection::Sql(db)
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user