mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #34039 from nextcloud/enh/34037/heading-login-form
add a heading to the login form
This commit is contained in:
commit
0846a3f6fe
3 changed files with 8 additions and 3 deletions
|
|
@ -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
4
dist/core-login.js
vendored
File diff suppressed because one or more lines are too long
2
dist/core-login.js.map
vendored
2
dist/core-login.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue