mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-01 15:29:19 +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)}}>
|
<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…
Reference in New Issue
Block a user