Skip to content

Commit

Permalink
Merge pull request #36 from datasci4health/development
Browse files Browse the repository at this point in the history
Signin
  • Loading branch information
santanche authored Jun 14, 2019
2 parents 6e78006 + 4cef15b commit 36a1f35
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/adonisjs/public/infra/basic.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,13 @@ class Basic {
let userid = null;
let errorMessage = "";
while (userid == null) {
/*
const userEmail =
await DCCNoticeInput.displayNotice(errorMessage +
"<h3>Signin</h3><h4>inform your email:</h4>",
"input");
const userPass =
await DCCNoticeInput.displayNotice("<h3>Signin</h3><h4>inform your password:</h4>",
"password");
*/
const userEmail = "jacinto@example.com";
const userPass = "jacinto";

let loginReturn = await MessageBus.ext.request("data/user/login",
{email: userEmail,
Expand Down

0 comments on commit 36a1f35

Please sign in to comment.