aayank13 / ml4e

ML4E - Machine Learning for Everyone
https://ml4e.vercel.app
Apache License 2.0
18 stars 8 forks source link

added login,register, github oauth, update name passwords #19

Closed wpsadi closed 1 week ago

wpsadi commented 1 week ago

Pull Request for ml4e πŸ’‘

Requesting to submit a pull request to the PyVerse repository.


Issue Title

Please enter the title of the issue related to your pull request.
Enter the issue title here.


Info about the Related Issue

What's the goal of the project?
Describe the aim of the project.


Name

Please mention your name.
Enter your name here.


GitHub ID

Please mention your GitHub ID.
Enter your GitHub ID here.


Email ID

Please mention your email ID for further communication.
Enter your email ID here.


Identify Yourself

Mention in which program you are contributing (e.g., WoB, GSSOC, SSOC, SWOC).
Enter your participant role here.


Closes

Enter the issue number that will be closed through this PR.
Closes: #issue-number


Describe the Add-ons or Changes You've Made

Give a clear description of what you have added or modified.
Describe your changes here.


Type of Change

Select the type of change:


How Has This Been Tested?

Describe how your changes have been tested.
Describe your testing process here.


Checklist

Please confirm the following:

vercel[bot] commented 1 week ago

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Comments Updated (UTC)
ml4e ❌ Failed (Inspect) Nov 16, 2024 7:51pm
github-actions[bot] commented 1 week ago

πŸ‘‹ Thank you for opening this pull request! We're excited to review your contribution. Please give us a moment, and we'll get back to you shortly!

wpsadi commented 1 week ago

Vercel β€” Deployment has failed this one not on me

Error Description app/learn/[category]/[subcategory]/page.tsx Type error: Type '{ params: { category: string; subcategory: string; }; }' does not satisfy the constraint 'PageProps'. Types of property 'params' are incompatible. Type '{ category: string; subcategory: string; }' is missing the following properties from type 'Promise': then, catch, finally, [Symbol.toStringTag]

Person working on /learn page didn't check for error before pushing the code