Merge pull request #20215 from nextcloud/bug/19939/password-reset-arrow
Align password reset arrow
This commit is contained in:
commit
12d193241f
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -21,6 +21,7 @@
|
|||
|
||||
<template>
|
||||
<form @submit.prevent="submit">
|
||||
<fieldset>
|
||||
<p>
|
||||
<input id="user"
|
||||
v-model="user"
|
||||
|
@ -69,6 +70,7 @@
|
|||
@click.prevent="$emit('abort')">
|
||||
{{ t('core', 'Back to login') }}
|
||||
</a>
|
||||
</fieldset>
|
||||
</form>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Reference in New Issue