mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-27 21:08:00 +00:00
Update subproject commit reference in skills directory and remove logging from get_session_token function for improved security
This commit is contained in:
+1
-1
Submodule skills updated: db1865622e...1aa59d8483
@@ -83,7 +83,6 @@ pub fn register<'js>(ctx: &Ctx<'js>, ops: &Object<'js>, timer_state: Arc<RwLock<
|
||||
|
||||
ops.set("get_session_token", Function::new(ctx.clone(), || -> String {
|
||||
let token = crate::commands::auth::SESSION_SERVICE.get_token().unwrap_or_default();
|
||||
log::info!("[js] get_session_token: {}", token);
|
||||
return token;
|
||||
}))?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user