Skip to content

Commit

Permalink
Correction login
Browse files Browse the repository at this point in the history
  • Loading branch information
tharyckgusmao committed Oct 18, 2017
1 parent 6757e22 commit 7a8384a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/view/home/homeView.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export default class home extends Component{

_loginUser = (login,pass) =>{

this.props.loginUserFeetch('[email protected]','Mail*9*9')
this.props.loginUserFeetch(login,pass)

}

Expand Down
4 changes: 2 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Dosis" rel="stylesheet">

<link href="./main-4fa437e7a10899e7c775.min.css" rel="stylesheet"></head>
<link href="./main-76bcce6bb99710c9f7c7.min.css" rel="stylesheet"></head>

<body>
<div id='root'>
</div>
<script type="text/javascript" src="./main-4fa437e7a10899e7c775.min.js"></script></body>
<script type="text/javascript" src="./main-76bcce6bb99710c9f7c7.min.js"></script></body>
</html>
File renamed without changes.

Large diffs are not rendered by default.

0 comments on commit 7a8384a

Please sign in to comment.