Auth Redux Removal (#4924)

* all login methods no longer use redux

* removed redux from registration

* redirect user from registration

* removed redux from sso invite

* removed redundant component

* refactored user settings page

* removed redux from logout

* cleaned up unused redux calls

* lint fixes

* removed test

* removed old config interface

* fixed registration bug

* team permission fix

* removed remaining redux references from pages - #4436

* better way to set config
This commit is contained in:
Martavis Parker
2022-04-07 09:08:00 -07:00
committed by GitHub
parent 1cf784999c
commit cfb1474eb8
89 changed files with 1455 additions and 2484 deletions
@@ -16,7 +16,7 @@ import {
useTable,
} from "react-table";
import { isString, kebabCase, noop } from "lodash";
import { useDebouncedCallback } from "use-debounce/lib";
import { useDebouncedCallback } from "use-debounce";
import { useDeepEffect } from "utilities/hooks";
import sort from "utilities/sort";