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:
parent
c43bf39cfd
commit
90e2d0d72a
@ -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}/>
|
||||
|
Loading…
Reference in New Issue
Block a user