login cleanup
This commit is contained in:
parent
2a1436515b
commit
1dcbca0445
@ -34,20 +34,11 @@
|
|||||||
<Field>
|
<Field>
|
||||||
<div class="flex items-center">
|
<div class="flex items-center">
|
||||||
<FieldLabel for="password">Password</FieldLabel>
|
<FieldLabel for="password">Password</FieldLabel>
|
||||||
<!-- <a href="##" class="ms-auto text-sm underline-offset-4 hover:underline">-->
|
|
||||||
<!-- Forgot your password?-->
|
|
||||||
<!-- </a>-->
|
|
||||||
</div>
|
</div>
|
||||||
<Input id="password" type="password" required />
|
<Input id="password" type="password" required />
|
||||||
</Field>
|
</Field>
|
||||||
<Field>
|
<Field>
|
||||||
<Button type="submit">Login</Button>
|
<Button type="submit">Login</Button>
|
||||||
</Field>
|
</Field>
|
||||||
<!-- <Field>-->
|
|
||||||
<!-- <FieldDescription class="text-center">-->
|
|
||||||
<!-- Don't have an account?-->
|
|
||||||
<!-- <a href="/signup" class="underline underline-offset-4">Sign up</a>-->
|
|
||||||
<!-- </FieldDescription>-->
|
|
||||||
<!-- </Field>-->
|
|
||||||
</FieldGroup>
|
</FieldGroup>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user