Skip to content

Commit

Permalink
refactors force password change epic
Browse files Browse the repository at this point in the history
  • Loading branch information
daveajrussell committed Feb 4, 2025
1 parent 7e497b9 commit 1c6a3be
Show file tree
Hide file tree
Showing 8 changed files with 572 additions and 116 deletions.
6 changes: 4 additions & 2 deletions src/browser/modules/Stream/Auth/ConnectionFormController.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,10 @@ import {
setActiveConnection,
updateConnection
} from 'shared/modules/connections/connectionsDuck'
import { AuthenticationMethod } from 'shared/modules/connections/connectionsDuck'
import { FORCE_CHANGE_PASSWORD } from 'shared/modules/cypher/cypherDuck'
import {
AuthenticationMethod,
FORCE_CHANGE_PASSWORD
} from 'shared/modules/connections/connectionsDuck'
import { shouldRetainConnectionCredentials } from 'shared/modules/dbMeta/dbMetaDuck'
import { CONNECTION_ID } from 'shared/modules/discovery/discoveryDuck'
import { fetchBrowserDiscoveryDataFromUrl } from 'shared/modules/discovery/discoveryHelpers'
Expand Down
Loading

0 comments on commit 1c6a3be

Please sign in to comment.