mirror of
https://github.com/discourse/discourse.git
synced 2025-04-26 09:04:28 +08:00
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:
parent
f3a7ebf75c
commit
cc60d127d9
@ -230,6 +230,16 @@
|
|||||||
{{/each}}
|
{{/each}}
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
|
<PluginOutlet
|
||||||
|
@name="create-account-after-user-fields"
|
||||||
|
@outletArgs={{hash
|
||||||
|
accountName=this.accountName
|
||||||
|
accountUsername=this.accountUsername
|
||||||
|
accountPassword=this.accountPassword
|
||||||
|
userFields=this.userFields
|
||||||
|
}}
|
||||||
|
/>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user