forms/registration/activate.rb 🔗
@@ -28,6 +28,10 @@ field(
{
value: "mail",
label: "Mail or Interac e-Transfer"
+ },
+ {
+ value: "bch",
+ label: "Bitcoin Cash"
}
]
)
Phillip Davis created
forms/registration/activate.rb | 4 ++++
1 file changed, 4 insertions(+)
@@ -28,6 +28,10 @@ field(
{
value: "mail",
label: "Mail or Interac e-Transfer"
+ },
+ {
+ value: "bch",
+ label: "Bitcoin Cash"
}
]
)