Skip to content

Commit

Permalink
use correct path names for checkClientNeedsToRefresh
Browse files Browse the repository at this point in the history
  • Loading branch information
Mwindo committed Sep 18, 2024
1 parent ab76ae7 commit a77efe0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ import { signOutSequence } from '@web-client/presenter/sequences/signOutSequence
export const signOutUserInitiatedSequence = [
checkClientNeedsToRefresh,
{
no: [
clientDoesNotNeedToRefresh: [
setLogoutTypeAction(BROADCAST_MESSAGES.userLogout),
signOutSequence,
navigateToLoginSequence,
],
yes: [],
clientNeedsToRefresh: [],
},
] as unknown as (props: {
skipBroadcast?: boolean;
Expand Down

0 comments on commit a77efe0

Please sign in to comment.