| 1 | namespace AgentForge.Plugin.View.Components; |
| 2 | |
| 3 | public 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