Skip to content

Commit 9e4275c

Browse files
committed
hide the user password
1 parent 6bde6ca commit 9e4275c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/view/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class TestPage extends Component {
2929
super(props);
3030
this.state = {
3131
userName: 'mcmurphy',
32-
password: 'yqhkangming'
32+
password: '****'
3333
};
3434
}
3535

0 commit comments

Comments
 (0)