Skip to content

Commit ae5d6cc

Browse files
Merge pull request #6 from laravel-frontend-presets/develop
Merge Develop
2 parents fb66608 + 8cecbc7 commit ae5d6cc

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

screens/Dashboard.png

-5.8 KB
Loading

screens/Login.png

21.4 KB
Loading

screens/Profile.png

3.75 KB
Loading

screens/Users.png

-14.1 KB
Loading

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<div class="input-group-prepend">
3737
<span class="input-group-text"><i class="ni ni-email-83"></i></span>
3838
</div>
39-
<input class="form-control{{ $errors->has('email') ? ' is-invalid' : '' }}" placeholder="{{ __('Email') }}" type="email" name="email" value="{{ old('email') }}" required autofocus>
39+
<input class="form-control{{ $errors->has('email') ? ' is-invalid' : '' }}" placeholder="{{ __('Email') }}" type="email" name="email" value="{{ old('email') }}" value="[email protected]" required autofocus>
4040
</div>
4141
@if ($errors->has('email'))
4242
<span class="invalid-feedback" style="display: block;" role="alert">
@@ -49,7 +49,7 @@
4949
<div class="input-group-prepend">
5050
<span class="input-group-text"><i class="ni ni-lock-circle-open"></i></span>
5151
</div>
52-
<input class="form-control{{ $errors->has('password') ? ' is-invalid' : '' }}" name="password" placeholder="{{ __('Password') }}" type="password" required>
52+
<input class="form-control{{ $errors->has('password') ? ' is-invalid' : '' }}" name="password" placeholder="{{ __('Password') }}" type="password" value="secret" required>
5353
</div>
5454
@if ($errors->has('password'))
5555
<span class="invalid-feedback" style="display: block;" role="alert">

0 commit comments

Comments
 (0)