pyvckit #1

Merged
cayop merged 17 commits from pyvckit into release 2024-06-11 15:10:32 +00:00
1 changed files with 1 additions and 5 deletions
Showing only changes of commit 32ad6edd9d - Show all commits

View File

@ -174,11 +174,7 @@ class VerifyView(View):
""" """
Send a email when a user is activated. Send a email when a user is activated.
""" """
verification = self.vp_token.get_result_verify() if not self.vp_token.result_verify:
if not verification:
return
if verification.get('errors') or verification.get('warnings'):
return return
email = self.get_email(user) email = self.get_email(user)