Fix GitHub OAuth login for migrated users (#2620)

Co-authored-by: Cursor Agent <cursoragent@cursor.com>
This commit is contained in:
Amruth Pillai
2026-01-27 13:03:09 +01:00
committed by GitHub
parent 4840a292df
commit 18e8aadf18
2 changed files with 36 additions and 3 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ export function UserDropdownMenu({ children }: Props) {
});
}
if (!session) return null;
if (!session?.user) return null;
return (
<DropdownMenu>