Skip to content

Commit

Permalink
minor sqs changes
Browse files Browse the repository at this point in the history
  • Loading branch information
suryabulusu committed Dec 10, 2024
1 parent 0ec865c commit 3b6b630
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/Entry.vue
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,7 @@ export default {
redirectToDestination(
this.purposeParams,
this.userIDList[0]["userID"],
false, // omrmode
this.redirectId,
this.redirectLink,
this.redirectTo,
Expand Down
5 changes: 4 additions & 1 deletion src/pages/NewSignin.vue
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,10 @@ export default {
);
}
await sendSQSMessage(
this.$store.state.sessionData.type,
"sessionData" in this.$store.state &&
"type" in this.$store.state.sessionData
? this.$store.state.sessionData.session_id
: "sign-in",
this.sub_type,
this.$store.state.platform,
this.$store.state.platform_id,
Expand Down

0 comments on commit 3b6b630

Please sign in to comment.