feat: OIDC 로그인 연동 및 DB 스키마 업데이트
This commit is contained in:
@@ -76,6 +76,9 @@ $isCompanyAdmin = in_array($auth, ['BS100100', 'BS100200', 'BS100300', 'BS100400
|
||||
}
|
||||
|
||||
</style>
|
||||
<script>
|
||||
window.IS_LOGIN = <?= isset($_SESSION['login']) ? 'true' : 'false' ?>;
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<!-- header -->
|
||||
|
||||
Reference in New Issue
Block a user