add: Login page and route

This commit is contained in:
mario
2025-05-13 08:51:38 +07:00
parent eaa18b8389
commit 7f4548e18c
4 changed files with 218 additions and 10 deletions

View File

@@ -12,6 +12,7 @@ import buildModeRoutes from './buildModeRoutes';
import PrivateRoute from './PrivateRoute';
import PropTypes from 'prop-types';
import { Link } from 'react-router-dom';
import Login from './Login';
const NotFoundServer = ({
message = 'Unable to query for studies at this time. Check your data source configuration or network connection',
@@ -74,6 +75,11 @@ const bakedInRoutes = [
path: '/localbasic',
children: Local.bind(null, { modePath: 'viewer/dicomlocal' }),
},
// * Custom Patch untuk Login go-ohif-proxy
{
path: '/login',
children: Login,
},
];
// NOT FOUND (404)