The code in `ost/app/routines/reset_terp_email_veritoken.rb` seems at least partially wrong. First it attempts to delete the veritoken, then it either attempts to delete it again or update it. In the second case, that causes a RuntimeError.
The code in
ost/app/routines/reset_terp_email_veritoken.rbseems at least partially wrong.First it attempts to delete the veritoken, then it either attempts to delete it again or update it.
In the second case, that causes a RuntimeError.