Skip to content

Commit

Permalink
Merge pull request #166 from avantifellows/bugfix/omr-for-candidate
Browse files Browse the repository at this point in the history
Adds omr mode as false for signup candidate
  • Loading branch information
suryabulusu authored Dec 18, 2024
2 parents a9ba083 + 14427fd commit 015d01e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Signup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,7 @@ export default {
this.isNotStudentRegistration
? this.userId.toString()
: this.studentId.toString(),
false, // omrmode
this.$store.state.sessionData.redirectPlatformParams.id,
this.$store.state.sessionData.redirectPlatformParams.id, // putting it in link for completeness
this.$store.state.sessionData.redirectPlatform,
Expand Down

0 comments on commit 015d01e

Please sign in to comment.