diff --git a/package.json b/package.json index 042feca..77aac7f 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "description": "Web app for building strats for XIV", "main": "index.js", - "author": "Ceci ", + "author": "Cecilia Sanare ", "license": "GPL-3.0", "scripts": { "postinstall": "netlify link --name rain-silvy", diff --git a/src/components/universal/Login/Login.tsx b/src/components/universal/Login/Login.tsx index 6adc07b..fe7c258 100644 --- a/src/components/universal/Login/Login.tsx +++ b/src/components/universal/Login/Login.tsx @@ -14,6 +14,8 @@ import { selectUser } from '../../../features/user'; export default function Login() { const user = useAppSelector(selectUser); + console.log(user); + if (user) { return ( <>