2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00

Simplified login form heading (#18282)

no issues

- we already have a button that says sign in
- the form heading is simplified with just a site title
This commit is contained in:
Sodbileg Gansukh 2023-09-22 12:19:43 +08:00 committed by GitHub
parent 04ef848b15
commit 214532e397
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@
<form id="login" method="post" class="gh-signin" novalidate="novalidate" {{on "submit" (perform this.validateAndAuthenticateTask)}}>
<header>
<div class="gh-site-icon" style={{site-icon-style}}></div>
<h1>Sign in to {{this.config.blogTitle}}.</h1>
<h1>{{this.config.blogTitle}}</h1>
</header>
<GhFormGroup @errors={{this.signin.errors}} @hasValidated={{this.hasValidated}} @property="identification">
<label for="identification">Email address</label>