Skip to content

Commit

Permalink
Merge pull request #64 from darksoil-studio/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba authored Nov 22, 2024
2 parents 13f9f66 + dfaf70b commit 2574eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/tauri-plugin-holochain/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ impl<R: Runtime> HolochainPlugin<R> {
}

if let Some(enabled_app) = enabled_app {
let allowed_origins= self.get_allowed_origins(&enabled_app, false);
let allowed_origins= self.get_allowed_origins(&enabled_app, true);
let app_websocket_auth = self
.holochain_runtime
.get_app_websocket_auth(&enabled_app, allowed_origins).await?;
Expand Down

0 comments on commit 2574eaa

Please sign in to comment.