mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Updated login form.
This commit is contained in:
parent
767b373484
commit
895b41cb78
1 changed files with 6 additions and 1 deletions
|
|
@ -55,7 +55,12 @@ export function LoginForm() {
|
|||
<PasswordField />
|
||||
</FormField>
|
||||
<FormButtons>
|
||||
<FormSubmitButton data-test="button-submit" variant="primary" style={{ flex: 1 }}>
|
||||
<FormSubmitButton
|
||||
data-test="button-submit"
|
||||
variant="primary"
|
||||
style={{ flex: 1 }}
|
||||
isDisabled={false}
|
||||
>
|
||||
{formatMessage(labels.login)}
|
||||
</FormSubmitButton>
|
||||
</FormButtons>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue