Skip to content

Commit

Permalink
Merge branch 'master' into 3.x
Browse files Browse the repository at this point in the history
# Conflicts:
#	README.md
  • Loading branch information
mitulgolakiya committed Feb 3, 2022
2 parents ef7c4cb + fcf3cb9 commit 1b9f73f
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ You can support us by either sponsoring us or buying one of our paid products. O

### Buy our Paid Products

[![InfyChat](https://assets.infyom.com/open-source/infychat-banner.png)](https://bit.ly/3gYLWny)
[![InfyChat](https://assets.infyom.com/open-source/infychat-banner.png)](https://1.envato.market/jWeAmM)

You can also check out our other paid products on [CodeCanyon](https://codecanyon.net/user/infyomlabs/portfolio).

Expand All @@ -103,6 +103,10 @@ Checkout Video Tutorial - **By**: [Shailesh Ladumor](https://github.com/shailesh

[<img src="https://img.youtube.com/vi/jA7hr2gE9yc/0.jpg" width="480">](https://youtu.be/jA7hr2gE9yc)

Checkout Laravel Fortify Video Tutorial

[<img src="https://img.youtube.com/vi/2lHFnYLTHSI/0.jpg" width="480">](https://youtu.be/2lHFnYLTHSI)

## Screenshots

### Login
Expand Down
8 changes: 7 additions & 1 deletion adminlte-stubs/auth/verify.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@
@endif
<p>Before proceeding, please check your email for a verification link.If you did not receive
the email,</p>
<a href="{{ route('verification.resend') }}">click here to request another'</a>.
<a href="#"
onclick="event.preventDefault(); document.getElementById('resend-form').submit();">
click here to request another.
</a>
<form id="resend-form" action="{{ route('verification.resend') }}" method="POST" class="d-none">
@csrf
</form>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion adminlte-stubs/bootstrap/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
@import 'variables';

// Bootstrap
@import '~admin-lte/build/scss/AdminLTE';
@import '~admin-lte/build/scss/adminlte';
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,11 @@
"InfyOm\\AdminLTEPreset\\FortifyAdminLTEPresetServiceProvider"
]
}
}
},
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/infyomlabs"
}
]
}

0 comments on commit 1b9f73f

Please sign in to comment.