mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-08 16:54:21 +00:00
Add tests for LoginPage component and improve accessibility features
This commit is contained in:
@@ -37,9 +37,10 @@ const LoginPage: React.FC = () => {
|
||||
</Text>
|
||||
|
||||
<Paper withBorder shadow="md" p={30} mt={30} radius="md">
|
||||
<form onSubmit={handleSubmit}>
|
||||
<form onSubmit={handleSubmit} role="form">
|
||||
<Stack>
|
||||
<TextInput
|
||||
type="email"
|
||||
label="Email"
|
||||
placeholder="your@email.com"
|
||||
required
|
||||
|
||||
Reference in New Issue
Block a user