The auth modal is a particular modal because it is the only one that is opened in an effect (because its opening depends on the location). After the hotkey scopes and the modal refactoring, we are now force to call `openModal` and `closeModal` to open and close the modals. Here, the `closeModal` wasn't called, but the modal was simply unmounted. The global hotkeys were then disabled because the modal was still in the focus stack. Fixes [#1052](https://github.com/twentyhq/core-team-issues/issues/1052#event-17916955590)