Skip to content

Commit

Permalink
Adding Signin
Browse files Browse the repository at this point in the history
  • Loading branch information
santanche committed May 18, 2019
1 parent 343fe18 commit b434369
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/adonisjs/public/infra/basic.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ 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");
*/

/*
let userEmail = "jacinto@example.com";
let userPass = "jacinto";
*/

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

0 comments on commit b434369

Please sign in to comment.