Skip to content

Commit a3479c7

Browse files
committed
Revert "Add Login.vue layout adjustments and implement webpack.mix.js for asset management"
This reverts commit f97803f.
1 parent f97803f commit a3479c7

File tree

6 files changed

+6
-7
lines changed

6 files changed

+6
-7
lines changed

bun.lockb

-523 KB
Binary file not shown.

public/app.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/mix-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"/app.js": "/app.js?id=0cbacea696a5db6ea6d8cc8bcd94cde9",
2+
"/app.js": "/app.js?id=e2fa9f90892eab4291200a2f91438b3b",
33
"/ui.js": "/ui.js?id=211c185d3f583726e3ec9435b2af5c14",
44
"/manifest.js": "/manifest.js?id=3267e5c99fd7b729e2f38ec55b50397d",
55
"/app.css": "/app.css?id=9b01efaf5054a66f9805dbec463ca729",
6-
"/vendor.js": "/vendor.js?id=765285259c95a093f3464a38394cfd45",
6+
"/vendor.js": "/vendor.js?id=b51081d96a08fc9fb5fe461b8565ac0d",
77
"/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty10iurt9w6fk2a.woff2": "/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty10iurt9w6fk2a.woff2?id=c8390e146be0a3c8a5498355dec892ae",
88
"/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty14iurt9w6fk2a.woff2": "/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty14iurt9w6fk2a.woff2?id=b0735c7dd6126471acbaf9d6e9f5e41a",
99
"/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty1ciurt9w6fk2a.woff2": "/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty1ciurt9w6fk2a.woff2?id=7c1fb232e3050e36dcc1aee61f1d0c06",

public/vendor.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/js/pages/Login.vue

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
</HelpText>
5050
</div>
5151

52-
<div class="flex mb-6">
5352
<div class="mb-6">
5453
<label class="block mb-2" for="year">{{ __('Year') }}</label>
5554
<select
@@ -170,8 +169,8 @@ export default {
170169
},
171170
172171
years () {
173-
const year = new Date().getFullYear()
174-
return Array.from({length: year - 2023}, (value, index) => year - index)
172+
const year = new Date().getFullYear()
173+
return Array.from({length: year - 2023}, (value, index) => year - index)
175174
},
176175
},
177176
}
File renamed without changes.

0 commit comments

Comments
 (0)