Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Findeton committed Aug 6, 2024
1 parent a4914a7 commit 9f4ca2c
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 (scope.state === stateEnum.successScreen || InsideIframeService()) {
if (scope.state === stateEnum.successScreen || scope.state === stateEnum.electionChooserScreen || InsideIframeService()) {
return;
} else {
showError(
Expand Down

0 comments on commit 9f4ca2c

Please sign in to comment.