mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue