Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d7146ac

Browse files
committed
fix: remove username
1 parent c8ccc06 commit d7146ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/components/Login-Modal/index.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ const FORM_TYPE = {
2222
}
2323
const form = reactive({
2424
type: FORM_TYPE.LOGIN,
25-
username: 'joeytest',
26-
password: 'joeytest',
27-
rePassword: 'joeytest',
25+
username: '',
26+
password: '',
27+
rePassword: '',
2828
loading: false
2929
})
3030

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /