1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-11-22 17:12:30 +01:00

Fix positioning of the loading bar when logging in

This commit is contained in:
Dane Everitt 2020-04-17 14:44:18 -07:00
parent c43bf39cfd
commit 90e2d0d72a
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53

View File

@ -7,7 +7,7 @@ import LoginCheckpointContainer from '@/components/auth/LoginCheckpointContainer
import NotFound from '@/components/screens/NotFound';
export default ({ location, history, match }: RouteComponentProps) => (
<div className={'mt-8 xl:mt-32'}>
<div className={'pt-8 xl:pt-32'}>
<Switch location={location}>
<Route path={`${match.path}/login`} component={LoginContainer} exact/>
<Route path={`${match.path}/login/checkpoint`} component={LoginCheckpointContainer}/>