Guest User

creds.js

a guest
May 15th, 2019
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. //USERNAME = email/username/phone number
  2. //PASSWORD = password
  3. module.exports = {
  4. username: 'loginname',
  5. password: 'loginpassword'
  6. }
Add Comment
Please, Sign In to add comment