Skip to content

Commit 15c11a5

Browse files
committed
Update Login.vue
1 parent a9bc330 commit 15c11a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/js/pages/Login.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,11 @@ export default {
154154
155155
computed: {
156156
usernameLabel() {
157-
return this.username === 'Username'
157+
return 'Username'
158158
},
159159
160160
usernameInputType() {
161-
return this.username === 'text'
161+
return 'text'
162162
},
163163
164164
supportsPasswordReset() {

0 commit comments

Comments
 (0)