Skip to content

Commit e4f03bb

Browse files
committed
refactor(multi): auth, ui & tables
1 parent 4ee15e7 commit e4f03bb

File tree

5 files changed

+68
-62
lines changed

5 files changed

+68
-62
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this template will be documented in this file.
44

5+
## v1.1.1 (2023-11-09)
6+
7+
### Fixed
8+
9+
- Minor improvements & Bugfixes
10+
511
## v1.1.0 (2023-11-03)
612

713
#### Fixed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sneat-bootstrap-html-laravel-admin-template-free",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"private": true,
55
"scripts": {
66
"dev": "npm run development",

resources/views/content/authentications/auth-forgot-password-basic.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<!-- /Logo -->
2626
<h4 class="mb-2">Forgot Password? 🔒</h4>
2727
<p class="mb-4">Enter your email and we'll send you instructions to reset your password</p>
28-
<form id="formAuthentication" class="mb-3" action="javascript:void(0)" method="GET">
28+
<form id="formAuthentication" class="mb-3" action="{{url('/')}}" method="GET">
2929
<div class="mb-3">
3030
<label for="email" class="form-label">Email</label>
3131
<input type="text" class="form-control" id="email" name="email" placeholder="Enter your email" autofocus>

0 commit comments

Comments
 (0)