Verified Commit 7f1391be authored by Baptiste Beauplat's avatar Baptiste Beauplat
Browse files

Remove always true condition in EmailChangeConfirmView's form_valid

In a class-based view, form_valid is only called when the form has been
validated. Moreover, we only call the dispatch parent class if the reset
link has been validated. Checking it again in form_valid is not needed.
parent d0a962c8