mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-22 15:42:31 +02:00
fix: change public profile url and console staging url
This commit is contained in:
@@ -87,7 +87,7 @@ const Header = ({ showSidebar }) => {
|
||||
}, [isOpen]);
|
||||
const handleConsoleRedirect = () => {
|
||||
if (window.location.host === "staging-app.opensignlabs.com") {
|
||||
window.open("http://uat-console.opensignlabs.com/");
|
||||
window.open(" https://staging-console.opensignlabs.com/");
|
||||
} else {
|
||||
window.open("https://console.opensignlabs.com/");
|
||||
}
|
||||
|
||||
@@ -451,9 +451,7 @@ function UserProfile() {
|
||||
/>
|
||||
</span>
|
||||
<div className="flex md:flex-row flex-col md:items-center">
|
||||
<span className="mb-1 md:mb-1">
|
||||
opensign-me.vercel.app/
|
||||
</span>
|
||||
<span className="mb-1 md:mb-1">opensign.me/</span>
|
||||
{editmode ? (
|
||||
<input
|
||||
maxLength={40}
|
||||
|
||||
@@ -968,7 +968,7 @@ const ReportTable = (props) => {
|
||||
|
||||
// function to copy public profile links
|
||||
const copytoProfileLink = () => {
|
||||
const url = `https://opensign-me.vercel.app/${publicUserName}`;
|
||||
const url = `https://opensign.me/${publicUserName}`;
|
||||
copytoData(url);
|
||||
setIsAlert(true);
|
||||
setAlertMsg({
|
||||
|
||||
Reference in New Issue
Block a user