Tryton Crash on re-authentication since 7.4
How to reproduce on demo using Tryton 7.4.0:
1. Login using Tryton GTK client with admin which has password
2. Go to posted customer invoices
3. Wait for a while until re-authentication is required
4. Pay
5. Crash: `UnboundLocalError: cannot access local variable 'response' where it is not associated with a value`
The same traceback appears also for posting invoices or any other action that requires re-authentication.
Said actions work just after login, and stop working after re-authentication would have appeared.
In my case I use tryton 7.4.0, installed by pip under OpenBSD 7.4, with python 3.11.
issue