Skip to content

Commit

Permalink
Merge pull request #16 from MoveOnOrg/sjwmoveon-patch-1
Browse files Browse the repository at this point in the history
Fix SonarCloud alert
  • Loading branch information
sjwmoveon committed May 15, 2024
2 parents 77cc415 + 716a154 commit 5941cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/OrganizationReassignLink.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import React from "react";
import DisplayLink from "./DisplayLink";

const OrganizationReassignLink = ({ joinToken, campaignId }) => {
let baseUrl = "http://base";
let baseUrl = "https://base";
if (typeof window !== "undefined") {
baseUrl = window.location.origin;
}
Expand Down

0 comments on commit 5941cc5

Please sign in to comment.