Forge
csharp3407750f
1namespace AgentForge.Plugin.View.Components;
2
3public static class ForgeViewAuthLinks
4{
5 public static string Render() =>
6 ForgeHtml.P("meta",
7 ForgeHtml.A("/view/login", "Sign in"),
8 ForgeHtml.Sep(),
9 ForgeHtml.A("/view/auth/device", "Device login"));
10}
11
View only · write via MCP/CIDE