package components import "context" type TwoFactorVerifyData struct { ErrorMessage string } templ TwoFactorVerify(ctx context.Context, data TwoFactorVerifyData) { @LayoutWithContext("Two-Factor Authentication", ctx) {
Enter the code from your authenticator app