update for OS

This commit is contained in:
Mohamed Nouffer
2022-06-15 22:24:21 +05:30
parent 960ad3a866
commit 68663f0cd3
17 changed files with 27 additions and 27 deletions

View File

@ -27,7 +27,7 @@ const TheSidebar = () => {
onShowChange={(val) => dispatch({type: 'set', sidebarShow: val })}
>
<CSidebarBrand className="d-md-down-none" to="/">
<h2>FBS</h2>
<h2>OS</h2>
<CIcon
className="c-sidebar-brand-minimized"
name="sygnet"

View File

@ -22,7 +22,7 @@ const Dashboard = (props) => {
<div className="card-body">
<blockquote className="card-bodyquote">
<h3>ワンタイムパスワード :{props.userid}</h3>
<a target="_blank" href="https://openshield.bizside.biz/appexe/natnats/23/bin/mobileweb2/index.html"><h1>FBS Web app</h1></a>
<a target="_blank" href="https://openshield.ts.bizside.biz/appexe/natnats/23/bin/mobileweb2/index.html"><h1>FBS Web app</h1></a>
</blockquote>
</div>
</div>

View File

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