Skip to content

Commit b4f1e77

Browse files
committed
change email to username
1 parent 0a2a8c0 commit b4f1e77

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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/app.js.map

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"/app.js": "/app.js?id=a7d7fa1513beafe098076753d392605e",
2+
"/app.js": "/app.js?id=d6f6b17ffcc56a30920f15a3fe04491f",
33
"/manifest.js": "/manifest.js?id=61f2d62cc41feccba141cbb9c3075397",
44
"/app.css": "/app.css?id=02ef6075442a7edd474ef9e675829356",
55
"/vendor.js": "/vendor.js?id=f0fcc0009a11b23cfd75d04cea46c932",

resources/js/pages/Login.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
<DividerLine />
1414

1515
<div class="mb-6">
16-
<label class="block mb-2" for="email">{{ __('Email Address') }}</label>
16+
<label class="block mb-2" for="email">{{ __('Username') }}</label>
1717
<input
1818
v-model="form.email"
1919
class="form-control form-input form-control-bordered w-full"
2020
:class="{ 'form-control-bordered-error': form.errors.has('email') }"
2121
id="email"
22-
type="email"
22+
type="text"
2323
name="email"
2424
autofocus=""
2525
required

0 commit comments

Comments
 (0)