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

Commit

Permalink
undo
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewstech committed Sep 6, 2023
1 parent f0383d5 commit 2e1f173
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/containers/background/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,7 @@ export const LockScreen = (props) => {
<div className="flex items-center mt-6 signInBtn" onClick={proceed}>
Sign in
</div>
<div>
<input type={passType?"text":"password"} value={password} onChange={action}
{/* <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 @@ -166,7 +165,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 2e1f173

Please sign in to comment.