[MM-40025] Stop app from redirecting to tabs when not logged in (#1870)

This commit is contained in:
Devin Binnie
2021-11-22 09:49:53 -05:00
committed by GitHub
parent 4fa89a5fce
commit 3b4437e480
4 changed files with 25 additions and 3 deletions

View File

@@ -98,6 +98,7 @@ export const SEND_DROPDOWN_MENU_SIZE = 'send-dropdown-menu-size';
export const BROWSER_HISTORY_PUSH = 'browser-history-push';
export const APP_LOGGED_IN = 'app-logged-in';
export const APP_LOGGED_OUT = 'app-logged-out';
export const GET_AVAILABLE_SPELL_CHECKER_LANGUAGES = 'get-available-spell-checker-languages';