Skip to content

Commit

Permalink
add CAMERAACCESSDENIED to switch case
Browse files Browse the repository at this point in the history
  • Loading branch information
vdvibhu20 committed May 15, 2024
1 parent e2e3e31 commit 3191fc2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/pods/contests/contest/attempt/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ export default class AttemptController extends Controller{
}
})
break;
case "CAMERAACCESSDENIED":
this.transitionToRoute('contests.contest', this.contest.id, {
queryParams: {
monitorerError: detail.code
}
})
break;
}
}

Expand Down

0 comments on commit 3191fc2

Please sign in to comment.