update production url

This commit is contained in:
Mohamed Nouffer
2023-07-26 22:58:08 +05:30
parent cd014e8561
commit 7687984f7d
2 changed files with 9 additions and 2 deletions

View File

@ -31,7 +31,7 @@ const Dashboard = (props) => {
) : (
<div className="text-center">
{/* Replace the following div with your wait indicator or spinner */}
<h3>Loading...</h3>
<h3>読み込み中...</h3>
</div>
)}
</blockquote>

View File

@ -24,9 +24,16 @@ function Sso() {
// window.open("https://fbssso.ts.bizside.biz/Shibboleth.sso/Login", "_self");
// }
// function launchsso() {
// console.log("launch sso");
// window.open("https://fbssso.ts.bizside.biz/Shibboleth.sso/Login", "_self");
// }
//prodction
function launchsso() {
console.log("launch sso");
window.open("https://fbssso.ts.bizside.biz/Shibboleth.sso/Login", "_self");
window.open("https://fbssso.bizside.biz/Shibboleth.sso/Login", "_self");
}