aboutsummaryrefslogtreecommitdiff
path: root/modern/src/components
diff options
context:
space:
mode:
authorrahighi <rahighi>2021-08-29 08:41:31 +0430
committerrahighi <rahighi>2021-08-29 08:41:31 +0430
commitf4ec386afac1eeee9418cd773f6f6e2e211d9e76 (patch)
treeab1916b7d811f258354d7442b0ea707b52bf0002 /modern/src/components
parent6587ea34698054175917aab54860bcac4bb38ff3 (diff)
downloadetbsa-traccar-web-f4ec386afac1eeee9418cd773f6f6e2e211d9e76.tar.gz
etbsa-traccar-web-f4ec386afac1eeee9418cd773f6f6e2e211d9e76.tar.bz2
etbsa-traccar-web-f4ec386afac1eeee9418cd773f6f6e2e211d9e76.zip
Reverting unneeded changes
Diffstat (limited to 'modern/src/components')
-rw-r--r--modern/src/components/registration/LoginForm.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/modern/src/components/registration/LoginForm.js b/modern/src/components/registration/LoginForm.js
index 461a1ab..9b5ca3e 100644
--- a/modern/src/components/registration/LoginForm.js
+++ b/modern/src/components/registration/LoginForm.js
@@ -136,11 +136,11 @@ const LoginForm = () => {
</Grid>
</Grid>
{emailEnabled && (
- <Grid item container justify="flex-end">
- <Grid item>
- <Link onClick={() => history.push('/reset-password')} className={classes.resetPassword} underline="none">{t('loginReset')}</Link>
- </Grid>
+ <Grid item container justify="flex-end">
+ <Grid item>
+ <Link onClick={() => history.push('/reset-password')} className={classes.resetPassword} underline="none">{t('loginReset')}</Link>
</Grid>
+ </Grid>
)}
</Grid>
</StartPage>