Merge pull request #34039 from nextcloud/enh/34037/heading-login-form

add a heading to the login form
This commit is contained in:
Simon L 2022-09-12 21:41:45 +02:00 committed by GitHub
commit 0846a3f6fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 3 deletions

View file

@ -52,6 +52,7 @@
<!-- the following div ensures that the spinner is always inside the #message div -->
<div style="clear: both;" />
</div>
<h2 class="login-form__headline">{{ t('core', 'Log in to {productName}', { productName: OC.theme.name }) }}</h2>
<NcTextField id="user"
ref="user"
:label="t('core', 'Account name or email')"
@ -232,5 +233,9 @@ export default {
flex-direction: column;
gap: .5rem;
}
&__headline {
text-align: center;
}
}
</style>

4
dist/core-login.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long