Skip to content

login: Don't nest tokio EnterGuard

Kévin Commaille requested to merge (removed):fix-tokio-drop into main

Due to a fix in tokio 1.29.0, the thread would panic because the guards are not dropped in the correct order, which would make login spin forever.

Merge request reports