Skip to content

Commit

Permalink
loginbtn works
Browse files Browse the repository at this point in the history
  • Loading branch information
lnxfsf committed Jan 20, 2024
1 parent a7555ec commit 1bdb722
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified backend/db.sqlite3
Binary file not shown.
2 changes: 1 addition & 1 deletion frontend/src/pages/Login.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const Login = () => {
/>
</div>

<Button sx={{color: "white"}} type="submit" className="btn solid" variant="text" value="Login" >Login</Button>
<Button sx={{color: "white"}} type="submit" className="btn solid" variant="text" value="Login" onClick={loginUser} >Login</Button>


<p className="social-text">Or Sign in with social platforms</p>
Expand Down

0 comments on commit 1bdb722

Please sign in to comment.