mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: middleware support for oauth
This commit is contained in:
parent
52f2235942
commit
5ca1ba75e1
15 changed files with 212 additions and 43 deletions
|
|
@ -38,7 +38,7 @@ export function CourseProvider({
|
|||
}
|
||||
}, [courseStructureData,session])
|
||||
|
||||
if (!courseStructureData) return <PageLoading></PageLoading>
|
||||
if (!courseStructureData) return
|
||||
|
||||
return (
|
||||
<CourseContext.Provider value={courseStructure}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue