-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: Filter genuine email #21 #40
Conversation
@aswinikalyan30 Any Update on my PR |
Hey. This has changes that solves an issue not assigned to you |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good otherwise, please add a short video/screenshots to the PR so that it is easier to see the changes.
<div class="input-group-append"> | ||
<div class="input-group-text"> | ||
<span class="fas fa-lock" onclick="togglePasswordVisibility()"></span> | ||
<span class="fas fa-eye" style="display:none;" onclick="togglePasswordVisibility()"></span> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The toggleVisibility is already being worked on by someone else
@aswinikalyan30 so what should i do?? should i update and pr again or i should close it. |
@SaiyamTuteja Can you merge my PR as it is approved |
PR Description
Integrated disify api for filtering out disposable email by verify_email
Removed data redundancy by implementing cuid to be assigned to only one person
changes need to be done in SQL is to make CUID as primary key and remove index as primary key
Related Issues: Issue for which you are raising a PR for
Issue #21
[Issue number or description]
Checklist
main
branch before making this PRUndertaking
I declare that:
I understand that any violation of this undertaking may have legal consequences that I will bear and could result in the withdrawal of any recognition associated with the work.