mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -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)}}>
|
<form id="login" method="post" class="gh-signin" novalidate="novalidate" {{on "submit" (perform this.validateAndAuthenticateTask)}}>
|
||||||
<header>
|
<header>
|
||||||
<div class="gh-site-icon" style={{site-icon-style}}></div>
|
<div class="gh-site-icon" style={{site-icon-style}}></div>
|
||||||
<h1>Sign in to {{this.config.blogTitle}}.</h1>
|
<h1>{{this.config.blogTitle}}</h1>
|
||||||
</header>
|
</header>
|
||||||
<GhFormGroup @errors={{this.signin.errors}} @hasValidated={{this.hasValidated}} @property="identification">
|
<GhFormGroup @errors={{this.signin.errors}} @hasValidated={{this.hasValidated}} @property="identification">
|
||||||
<label for="identification">Email address</label>
|
<label for="identification">Email address</label>
|
||||||
|
|
Loading…
Add table
Reference in a new issue