Skip to content

Commit 2fec0c1

Browse files
authored
Merge pull request #543 from neo4j-labs/custom/siMerge
Missing SSO
2 parents ec3ffb2 + 0a1df8d commit 2fec0c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/application/ApplicationThunks.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,7 @@ export const loadApplicationConfigThunk = () => async (dispatch: any, getState:
474474
credentials.password
475475
)
476476
);
477+
dispatch(setConnected(true));
477478
}
478479

479480
if (standalone) {

0 commit comments

Comments
 (0)