Consistency fixes (#167)

Minor consistency fixes from @proddy's comments
This commit is contained in:
rjwats
2020-07-07 00:13:38 +01:00
committed by GitHub
parent 1f07dcdab2
commit f2b53a6d53
14 changed files with 38 additions and 37 deletions

View File

@ -35,7 +35,7 @@ class SecuritySettingsForm extends React.Component<SecuritySettingsFormProps> {
/>
<Box bgcolor="primary.main" color="primary.contrastText" p={2} mt={2} mb={2}>
<Typography variant="body1">
If you modify the JWT Secret, all users will be logged out.
The JWT secret is used to sign authentication tokens. If you modify the JWT Secret, all users will be signed out.
</Typography>
</Box>
<FormActions>