Skip to content

Commit

Permalink
Missing isCreateAccount for PAD (#3297)
Browse files Browse the repository at this point in the history
  • Loading branch information
seeker25 authored Mar 8, 2025
1 parent 826e8c4 commit 7e1a7b5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions auth-web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion auth-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth-web",
"version": "2.8.16",
"version": "2.8.17",
"appName": "Auth Web",
"sbcName": "SBC Common Components",
"private": true,
Expand Down
1 change: 1 addition & 0 deletions auth-web/src/components/auth/common/PaymentMethods.vue
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
</div>
<PADInfoForm
v-else
:isCreateAccount="isCreateAccount"
:isChangeView="isChangeView"
:isAcknowledgeNeeded="isAcknowledgeNeeded"
:isInitialAcknowledged="isInitialAcknowledged"
Expand Down

0 comments on commit 7e1a7b5

Please sign in to comment.