Skip to content

Commit

Permalink
Removes unused auth action
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethormandy committed Nov 6, 2024
1 parent 2b520dc commit fc0a745
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/templates/_site/hosted-onboarding.twig
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
<form method="POST" accept-charset="UTF-8" target="_blank" {{- attr(themeConfig.form.attributes) -}}>
{{ csrfInput() }}
{% if old|default(false) %}
{{ actionInput('marketplace/auth/connect') }}
{% else %}
{{ actionInput('marketplace/accounts/create') }}
{% endif %}
{{ actionInput('marketplace/accounts/create') }}

{% if elementUid %}
{{ hiddenInput('elementUid', elementUid, { type: 'hidden' }) }}
Expand Down

0 comments on commit fc0a745

Please sign in to comment.