feat(sidebar): add compliance scanner link from env config #19

Merged
sharang merged 2 commits from feat/compliance-scanner-link into main 2026-03-09 08:39:01 +00:00
Showing only changes of commit 6067368ace - Show all commits

View File

@@ -35,8 +35,7 @@ pub async fn check_auth() -> Result<AuthInfo, ServerFnError> {
let langgraph_url = state.services.langgraph_url.clone();
let langflow_url = state.services.langflow_url.clone();
let langfuse_url = state.services.langfuse_url.clone();
let compliance_scanner_url =
state.services.compliance_scanner_url.clone();
let compliance_scanner_url = state.services.compliance_scanner_url.clone();
Ok(AuthInfo {
authenticated: true,