Skip to content

Commit dc7abb0

Browse files
Merge pull request #8 from laravel-frontend-presets/develop
Develop
2 parents ae5d6cc + 8957dea commit dc7abb0

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

screens/Login.png

943 Bytes
Loading

src/argon-stubs/resources/views/auth/login.blade.php

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,12 @@
2323
<div class="card-body px-lg-5 py-lg-5">
2424
<div class="text-center text-muted mb-4">
2525
<small>
26-
Create new account OR Sign in with these credentials:
27-
<br>
28-
Username <strong>admin@argon.com</strong> Password: <strong>secret</strong>
26+
<a href="{{ route('register') }}">{{ __('Create new account') }}</a> {{ __('OR Sign in with these credentials:') }}
27+
</small>
28+
<br>
29+
<small>
30+
{{ __('Username') }} <strong>admin@argon.com</strong>
31+
{{ __('Password') }} <strong>secret</strong>
2932
</small>
3033
</div>
3134
<form role="form" method="POST" action="{{ route('login') }}">

0 commit comments

Comments
 (0)