Returning to a Grav site I last used in 2019 I get this error: Whoops \ Exception \ ErrorException (E_DEPRECATED)
Unparenthesized a ? b : c ? d : e is deprecated. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e)
The error report says the offence is in /home/tgworksh/public_html/grav6/vendor/twig/twig/src/Node/Node.php
Looks like I need to update Grav. But the update system is only available after logging in, and I can't log in because of the error.
How should I proceed?