Skip to content

Commit

Permalink
🐞 400 error after voting (#457)
Browse files Browse the repository at this point in the history
Parent issue: sequentech/meta#1654
  • Loading branch information
Findeton authored Aug 6, 2024
1 parent 0f2fe25 commit a4914a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avBooth/booth-directive/booth-directive.js
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ angular.module('avBooth')
}
var credentialsStr = $window.sessionStorage.getItem("vote_permission_tokens");
if (!credentialsStr) {
if (InsideIframeService()) {
if (scope.state === stateEnum.successScreen || InsideIframeService()) {
return;
} else {
showError(
Expand Down

0 comments on commit a4914a7

Please sign in to comment.