Skip to content

Commit

Permalink
allow participants to review
Browse files Browse the repository at this point in the history
  • Loading branch information
birm authored Jun 25, 2024
1 parent 5152e5c commit fa5ca80
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions apps/labeling/labelReview.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,6 @@ async function initialize() {
// Loading.close();
}

// direct user away if they don't have access
if (getUserInfo().userType == 'Participant') {
alert('Error: Your user account type, \'Participant\', does not have permission to contribute to ROI selection. If you were assigned an ROI selection task and need to change your account type, please contact [email protected].');
window.location = '../collection/viewer.html';
}

// if (!$D.ROI) redirect($D.pages.table, 'There Is No Label Data, Return Home Page.', 0);
Loading.open(document.body, 'Loading Data...');
var checkCoreAndDataIsReady = setInterval(function() {
Expand Down

0 comments on commit fa5ca80

Please sign in to comment.