Skip to content

Commit

Permalink
Merge pull request #1255 from BakasuraRCE/master
Browse files Browse the repository at this point in the history
fix: use placeholder for login in Gentele theme
  • Loading branch information
DariusIII authored Jun 21, 2022
2 parents 1811825 + 8359123 commit 00690ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/themes/Gentele/login.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<p class="login-box-msg">Please sign in to access the site</p>
{{Form::open(['url' => 'login', 'id' => 'login'])}}
<div class="form-group has-feedback">
{{Form::text('username', 'Username or email', ['class' => 'form-inline'])}}
{{Form::text('username', null, ['placeholder' => 'Username or email', 'class' => 'form-inline'])}}
<span class="fas fa-envelope form-control-feedback"></span>
</div>
<div class="form-group has-feedback">
Expand Down

0 comments on commit 00690ea

Please sign in to comment.