+4
-4
appview/dns/cloudflare.go
+4
-4
appview/dns/cloudflare.go
···-_, err := cf.api.CreateDNSRecord(ctx, cloudflare.ZoneIdentifier(cf.zone), cloudflare.CreateDNSRecordParams{+result, err := cf.api.CreateDNSRecord(ctx, cloudflare.ZoneIdentifier(cf.zone), cloudflare.CreateDNSRecordParams{···
+18
appview/signup/requests.go
+18
appview/signup/requests.go
···
+93
-36
appview/signup/signup.go
+93
-36
appview/signup/signup.go
······s.l.Error("cloudflare client is nil", "error", "Cloudflare integration is not enabled in configuration")s.pages.Notice(w, "signup-error", "Account signup is currently disabled. DNS record creation is not available. Please contact support.")-s.pages.Notice(w, "signup-error", "Failed to create DNS record for your handle. Please contact support.")+func (s *Signup) executeSignupTransaction(ctx context.Context, username, password, email, code string, w http.ResponseWriter) error {+s.pages.Notice(w, "signup-error", "Failed to create DNS record for your handle. Please contact support.")