Skip to content

Commit

Permalink
fix: fix steps count in consent script (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimyatar committed Oct 8, 2021
1 parent 2fc8868 commit 9f69a01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def prepareForStep(self, step, context):
return True

def getStepsCount(self, context):
return 11
return 2

def getPageForStep(self, step, context):
if step == 1:
Expand Down

0 comments on commit 9f69a01

Please sign in to comment.