Skip to content

Commit

Permalink
Merge pull request #46 from nditc/rafsan
Browse files Browse the repository at this point in the history
Rafsan
  • Loading branch information
RafsanAmin authored Oct 11, 2024
2 parents dab3d31 + f835648 commit 22b7913
Show file tree
Hide file tree
Showing 19 changed files with 190 additions and 319 deletions.
262 changes: 27 additions & 235 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"react-firebase-hooks": "^5.1.1",
"react-icons": "^5.0.1",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.5.0",
"react-toastify": "^10.0.5",
"react-zoom-pan-pinch": "^3.4.3",
"rehype-highlight": "^7.0.0",
"rehype-katex": "^7.0.1",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
Expand Down
2 changes: 0 additions & 2 deletions src/app/api/memberdata/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ export async function POST(req: NextRequest) {

const member = await memberDOC.json();

console.log(member);

if (!memberDOC.ok) {
return NextResponse.json(
{ error: "No such Club Member exists" },
Expand Down
1 change: 0 additions & 1 deletion src/app/club/(user-handle)/login/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ const Page = () => {
});
};
useEffect(() => {
console.log(auth);
setAuthLoading(true);
if (userAuth) {
Router.push("/club/profile");
Expand Down
Loading

0 comments on commit 22b7913

Please sign in to comment.