add bch registration option

Phillip Davis created

Change summary

forms/registration/activate.rb | 4 ++++
1 file changed, 4 insertions(+)

Detailed changes

forms/registration/activate.rb 🔗

@@ -28,6 +28,10 @@ field(
 		{
 			value: "mail",
 			label: "Mail or Interac e-Transfer"
+		},
+		{
+			value: "bch",
+			label: "Bitcoin Cash"
 		}
 	]
 )