mirror of
https://github.com/discourse/discourse.git
synced 2026-08-12 05:55:39 -05:00
Add a plugin outlet to the login splash screen (#32271)
Adds a plugin outlet below the login buttons in the login-required splash screen. Use case: adding a custom footer to the splash screen with links to tos and privacy policy.
This commit is contained in:
@@ -219,6 +219,11 @@ export default RouteTemplate(
|
||||
class="btn-primary login-button"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<PluginOutlet
|
||||
@name="below-login-buttons"
|
||||
@outletArgs={{hash model=@controller.model}}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user