LeoneBacciu / django-email-verification

A Django app that takes care of verifying a users's email address and activating their profile.
MIT License
356 stars 56 forks source link

Added more info to exception #73

Closed millerthegorilla closed 2 years ago

millerthegorilla commented 2 years ago

added more info to exception to allow users to have greater feedback

millerthegorilla commented 2 years ago

I have added a catch all exception, for the sake of not including required libraries, particularly installing jwt instead of PyJWT. I had to re raise the NotAllFieldsCompiled error...