ClinicWave / clinicwave-frontend

1 stars 1 forks source link

Update Verification Form to Use Token Instead of Email #12

Closed aamirxshaikh closed 1 month ago

aamirxshaikh commented 1 month ago

Description:

This pull request introduces changes to the VerificationForm component to support token-based verification, replacing the previous email-based verification method.

Changes:

Purpose:

The purpose of this pull request is to enhance the security and consistency of the verification process by utilizing a unique token instead of an email address. This change ensures a more secure and standardized approach to user verification.

This pull request fixes (#11)