mirror of
https://github.com/discourse/discourse.git
synced 2025-10-03 17:21:20 +08:00
Add a plugin outlet after preferences > security password section (#35155)
Needed to implement additional/replacement instructions or functionality where the password change buttons usually live.
This commit is contained in:
parent
343292688c
commit
af47faac80
1 changed files with 2 additions and 0 deletions
|
@ -95,6 +95,8 @@ export default RouteTemplate(
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
|
<PluginOutlet @name="user-preferences-security-after-password" />
|
||||||
|
|
||||||
{{#if @controller.canCheckEmails}}
|
{{#if @controller.canCheckEmails}}
|
||||||
<div
|
<div
|
||||||
class="control-group pref-auth-tokens"
|
class="control-group pref-auth-tokens"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue