Merge pull request #20215 from nextcloud/bug/19939/password-reset-arrow

Align password reset arrow
This commit is contained in:
Roeland Jago Douma 2020-04-02 19:23:15 +02:00 committed by GitHub
commit 12d193241f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 52 additions and 50 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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>