💄 Linting and prettier

This commit is contained in:
Thomas "ajnart" Camlong
2022-07-22 13:20:02 +02:00
parent bed08c84de
commit d1d13396f8
4 changed files with 11 additions and 24 deletions

View File

@@ -16,7 +16,7 @@ export default function AuthenticationTitle() {
});
return (
<Container
size={'lg'}
size="lg"
style={{
height: '100vh',
display: 'flex',
@@ -43,7 +43,14 @@ export default function AuthenticationTitle() {
</Anchor>
</Text>
<Paper withBorder shadow="md" p={30} mt={30} radius="md" style={{ width: '100%', maxWidth: 420 }}>
<Paper
withBorder
shadow="md"
p={30}
mt={30}
radius="md"
style={{ width: '100%', maxWidth: 420 }}
>
<form
onSubmit={form.onSubmit((values) => {
setCookies('password', values.password, {