-
Notifications
You must be signed in to change notification settings - Fork 267
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
Unable to Login #21
Comments
Could you send your login page code snippet |
Hello @Priti-28, i would suggest you figure your way around it but if u still face an issue, here is how i did it |
I did it , still it's not working. |
@Priti-28 can you post your header section code so I can cross-check it with mine? |
import { useEffect } from "react"; const Header = (props) => {
}; const Nav = styled.nav const Logo = styled.a const NavMenu = styled.div` a { img { span {
}
} const Login = styled.a` &:hover { const UserImg = styled.img const DropDown = styled.div const SignOut = styled.div` ${UserImg} { &:hover { export default Header; //npm install @reduxjs/toolkit // line 78 {/* |
import styled from "styled-components"; const Header = () => {
const UserImg = styled.img const Nav= styled.nav img{ const NavMenu = styled.div` a{
} @media (max-width: 955px){ ` const Login = styled.a` &:hover{ const DropDown = styled.div const SignOut = styled.div` &:hover{ export default Header; |
here's my code, maybe try replacing it w yours w a few tweeks to the css according to how it fits you @Priti-28 |
ok , Thanks I'll try . |
I have completed the Login Page but when I click on Login I am unable to get the dashboard. In Firebase I am able to see the logged email id but unable to Login in the App. In the video on yt, I have completed till 1:58:00. Help me
https://www.youtube.com/watch?v=R_OERlafbmw
The text was updated successfully, but these errors were encountered: