Skip to content

AndreiExtr/HI-TECH

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To login use the user data from the ID and password list.

image

const users = [
  { id: "12-34-56", password: "abc12" },
  { id: "23-45-67", password: "def34" },
  { id: "34-56-78", password: "ghi56" },
  { id: "45-67-89", password: "jkl78" }
];