Skip to content

Commit 0a1df8d

Browse files
committed
Missing SSO
1 parent ec3ffb2 commit 0a1df8d

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)