DEV: add the create-account-after-user-fields plugin outlet (#23688)

* DEV: add the create-account-after-user-fields plugin outlet
This commit is contained in:
Jean 2023-10-03 11:22:54 -04:00 committed by GitHub
parent f3a7ebf75c
commit cc60d127d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -230,6 +230,16 @@
{{/each}}
</div>
{{/if}}
<PluginOutlet
@name="create-account-after-user-fields"
@outletArgs={{hash
accountName=this.accountName
accountUsername=this.accountUsername
accountPassword=this.accountPassword
userFields=this.userFields
}}
/>
</form>
</div>