-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Added LinkedIn Clone #244
Conversation
update readme |
@Kritika30032002 What else do I need to add to the readme? |
add readme with
|
@Kritika30032002 |
"https://images.unsplash.com/photo-1633332755192-727a05c4013d?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=880&q=80", | ||
}); | ||
navigate("/home"); | ||
localStorage.setItem("userEmail", res.user.email); |
Check failure
Code scanning / CodeQL
Clear text storage of sensitive information High
a call to createUserWithEmailAndPassword
try { | ||
let res = await LoginAPI(credentails.email, credentails.password); | ||
toast.success("Signed In to Linkedin!"); | ||
localStorage.setItem("userEmail", res.user.email); |
Check failure
Code scanning / CodeQL
Clear text storage of sensitive information High
a call to signInWithEmailAndPassword
Thanks for your Valuable contribution. |
Fixes Issue🛠️
Closes #233
Description👨💻
I have added the LinkedIn Clone with a Readme
Checklist✅
Screenshots/GIF📷
Uploading linkdein csdfjl.mp4…