Skip to content

Commit ef78303

Browse files
committed
delete some text
1 parent d650a6e commit ef78303

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

login.js

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
1-
var mysql = require("mysql");
2-
const AWSCognito = require("amazon-cognito-identity-js");
31

4-
var pool = mysql.createPool({
5-
connectionLimit: 10,
6-
host: "",
7-
user: "root",
8-
password: "testing",
9-
database: ""
10-
});
2+
const AWSCognito = require("amazon-cognito-identity-js");
113

124
var poolData = {
135
UserPoolId: "", // Your user pool id here

0 commit comments

Comments
 (0)