mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: major login and signup changes
This commit is contained in:
parent
5ca1ba75e1
commit
2ae8dbeba5
20 changed files with 217 additions and 141 deletions
|
|
@ -9,7 +9,6 @@ function LHSessionProvider({ children }: { children: React.ReactNode }) {
|
|||
const session = useSession();
|
||||
|
||||
useEffect(() => {
|
||||
console.log('useLHSession', session);
|
||||
}, [])
|
||||
|
||||
|
||||
|
|
@ -20,7 +19,6 @@ function LHSessionProvider({ children }: { children: React.ReactNode }) {
|
|||
else if (session) {
|
||||
return (
|
||||
<SessionContext.Provider value={session}>
|
||||
{console.log('rendered')}
|
||||
{children}
|
||||
</SessionContext.Provider>
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue