Skip to content

Commit

Permalink
Merge pull request #181 from Fliplet/fix/PS-422
Browse files Browse the repository at this point in the history
Fix/PS-422: Ensures user isn't seeing Fliplet Admin settings
  • Loading branch information
ysolodka authored Dec 30, 2024
2 parents 5d51c89 + e9b111b commit 5a06888
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/interface.js
Original file line number Diff line number Diff line change
Expand Up @@ -2171,7 +2171,6 @@ function checkSubmissionStatus(origin, iosSubmissions) {

if (userInfo && userInfo.user && (userInfo.user.isAdmin || userInfo.user.isImpersonating)) {
build.isAdmin = userInfo.user.isAdmin || userInfo.user.isImpersonating;
console.log('build.isAdmin', build.isAdmin);
build.debugFileUrl = debugHtmlPage ? removeAuthTokenFromFileUrl(debugHtmlPage.url) : '';
}

Expand Down

0 comments on commit 5a06888

Please sign in to comment.