Skip to content

Commit

Permalink
fix: disable account switcher
Browse files Browse the repository at this point in the history
  • Loading branch information
arielsvg committed Oct 7, 2020
1 parent d088d74 commit bd7f572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/views/footer/footer_view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import { confirmDialog } from '@/services/alertService';
* Anyone who used the beta will still have access to
* the account switcher in production via local storage flag
*/
const ACCOUNT_SWITCHER_ENABLED = true;
const ACCOUNT_SWITCHER_ENABLED = false;
const ACCOUNT_SWITCHER_FEATURE_KEY = 'account_switcher';

type DockShortcut = {
Expand Down

0 comments on commit bd7f572

Please sign in to comment.