Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
Start login
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewstech committed Sep 6, 2023
1 parent 71c658b commit f0383d5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/containers/background/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ export const LockScreen = (props) => {
<div className="flex items-center mt-6 signInBtn" onClick={proceed}>
Sign in
</div>
{/* <input type={passType?"text":"password"} value={password} onChange={action}
<div>
<input type={passType?"text":"password"} value={password} onChange={action}
data-action="inpass" onKeyDown={action2} placeholder={passType?"Password":"PIN"}/>
<Icon className="-ml-6 handcr" fafa="faArrowRight" width={14}
color="rgba(170, 170, 170, 0.6)" onClick={proceed}/>
Expand All @@ -165,7 +166,7 @@ export const LockScreen = (props) => {
click="pinlock" payload={passType==0}/>
<Icon src="passkey" onClick={action} ui width={36}
click="passkey" payload={passType==1}/>
</div> */}
</div>
</div>
<div className="bottomInfo flex">
<Icon className="mx-2" src="wifi" ui width={16} invert />
Expand Down

0 comments on commit f0383d5

Please sign in to comment.