add: shortlink DoB auth page

This commit is contained in:
mario
2025-05-13 16:15:37 +07:00
parent 7cad1c5e05
commit 18d5b6dd9a
4 changed files with 151 additions and 3 deletions

View File

@@ -13,6 +13,7 @@ import PrivateRoute from './PrivateRoute';
import PropTypes from 'prop-types';
import { Link } from 'react-router-dom';
import Login from './Login';
import ShortlinkLogin from './ShortlinkLogin';
const NotFoundServer = ({
message = 'Unable to query for studies at this time. Check your data source configuration or network connection',
@@ -80,6 +81,10 @@ const bakedInRoutes = [
path: '/login',
children: Login,
},
{
path: '/short-auth',
children: ShortlinkLogin,
},
];
// NOT FOUND (404)