Skip to content

Commit

Permalink
remove route on login
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarzin committed Oct 3, 2023
1 parent c288c5b commit dcf47f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"laravel/tinker": "^2.8",
"laravel/ui": "^4.2",
"maatwebsite/excel": "^3.1",
"phpoffice/phpword": "^1.0"
"phpoffice/phpword": "^1.1.0"
},
"require-dev": {
"fakerphp/faker": "^1.9.1",
Expand Down Expand Up @@ -69,7 +69,6 @@
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"platform-check": false,
"sort-packages": true,
"allow-plugins": {
"pestphp/pest-plugin": true,
Expand Down
2 changes: 1 addition & 1 deletion resources/views/auth/login.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<body class="d-flex flex-justify-center flex-align-center bg-default">
<form
method="POST" action="{{ route('login') }}"
method="POST" action="/login"
class="login-form bg-white p-6 mx-auto border fg-black win-shadow"
data-role="validator"
action="javascript:"
Expand Down

0 comments on commit dcf47f3

Please sign in to comment.