جزییات

This commit is contained in:
mahmoodsht 2025-09-20 13:09:14 +03:30
parent 5887e4628f
commit 38534d599a

View File

@ -37,8 +37,8 @@ export function Header({
const redirectHandler = async () => {
try {
const getData = await apiService.post('/GenerateSsoCode')
const url = `http://localhost:3000/redirect/${getData.data}`;
// const url = `https://inogen-bpms.pelekan.org/redirect/${getData.data}`;
//const url = `http://localhost:3000/redirect/${getData.data}`;
const url = `https://inogen-bpms.pelekan.org/redirect/${getData.data}`;
window.open(url, "_blank");
} catch (error) {
console.log(error);