improve email formatting and invite flow for new users

This commit is contained in:
Milo Schwartz
2024-12-31 18:25:11 -05:00
parent d244d6003b
commit d447de9e8a
15 changed files with 107 additions and 89 deletions

View File

@@ -304,8 +304,8 @@ export default function ReverseProxyTargets(props: {
{row.original.method}
</SelectTrigger>
<SelectContent>
<SelectItem value="http">http</SelectItem>
<SelectItem value="https">https</SelectItem>
<SelectItem value="http">HTTP</SelectItem>
<SelectItem value="https">HTTPS</SelectItem>
</SelectContent>
</Select>
)