DhanushNehru / CustomCodeEditor

A web-based tool that allows users to write, test, and execute code in various programming languages seamlessly
https://custom-code-editor.vercel.app/
Apache License 2.0
31 stars 37 forks source link

Alert when using the same email for both Google and GitHub sign-ins #163

Open tusharshah21 opened 2 hours ago

tusharshah21 commented 2 hours ago

Implement alert notification when same user tries to login from Google and Github (both)

Implementation: Used Catch/ Error detection for checking the credentials If there exist an user then an alert si thrown at display screen.

Preview:

https://github.com/user-attachments/assets/366d3492-9de7-43aa-ba42-5c696b4c1d08

Original issue:

141

tusharshah21 commented 2 hours ago

@DhanushNehru let me know if any other changes required in this!