Skip to content

Commit

Permalink
Update login.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ConsoleTVs committed Sep 27, 2017
1 parent 5893e44 commit 9c566f7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/Views/pages/login.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,11 @@
</div>
</div>

<div class="uk-margin">
<a href="{{ route('password.request') }}">@lang("laralum::general.forgot_password")</a>
</div>
@if (Route::has('password.reset'))
<div class="uk-margin">
<a href="{{ route('password.request') }}">@lang("laralum::general.forgot_password")</a>
</div>
@endif

<div class="uk-margin">
<button type="submit" class="uk-button uk-button-primary">
Expand Down

0 comments on commit 9c566f7

Please sign in to comment.