Skip to content

Commit 190e4a1

Browse files
committed
refactors force password change epic
1 parent bb66f50 commit 190e4a1

File tree

8 files changed

+572
-116
lines changed

8 files changed

+572
-116
lines changed

src/browser/modules/Stream/Auth/ConnectionFormController.tsx

+4-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,10 @@ import {
4747
setActiveConnection,
4848
updateConnection
4949
} from 'shared/modules/connections/connectionsDuck'
50-
import { AuthenticationMethod } from 'shared/modules/connections/connectionsDuck'
51-
import { FORCE_CHANGE_PASSWORD } from 'shared/modules/cypher/cypherDuck'
50+
import {
51+
AuthenticationMethod,
52+
FORCE_CHANGE_PASSWORD
53+
} from 'shared/modules/connections/connectionsDuck'
5254
import { shouldRetainConnectionCredentials } from 'shared/modules/dbMeta/dbMetaDuck'
5355
import { CONNECTION_ID } from 'shared/modules/discovery/discoveryDuck'
5456
import { fetchBrowserDiscoveryDataFromUrl } from 'shared/modules/discovery/discoveryHelpers'

0 commit comments

Comments
 (0)