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:
Lumi
2025-04-15 13:55:23 +08:00
committed by GitHub
parent cdd5fa5b1a
commit e3c37f3f0b
@@ -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>