Fix a crash when app was started from a notification
If there's no authenticated users when a notification handler is called, it redirects to AuthLoadingScreen
with a callback to handle the notification once authenticated.
Fixes a crash when opening app from a notification.