Skip to content

Commit 085e26b

Browse files
committed
Removed default login
1 parent 6dd1b12 commit 085e26b

File tree

1 file changed

+4
-4
lines changed
  • frontend/app/web/src/modules/user/Signup

1 file changed

+4
-4
lines changed

frontend/app/web/src/modules/user/Signup/index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ class Signup extends PureComponent {
2727
super(props)
2828

2929
this.state = {
30-
name: 'User',
31-
32-
password: '123456',
33-
passwordRepeat: '123456'
30+
name: '',
31+
email: '',
32+
password: '',
33+
passwordRepeat: ''
3434
}
3535
}
3636

0 commit comments

Comments
 (0)