update production url
This commit is contained in:
@ -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>
|
||||
|
||||
@ -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");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user