mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-28 21:33:24 +03: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:
parent
04ef848b15
commit
214532e397
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user