feat: add custom text to singleplayer

This commit is contained in:
Ephraim Atta-Duncan
2024-02-17 11:11:45 +00:00
parent 9301b8ef4d
commit 11299d3f92
8 changed files with 74 additions and 2 deletions

View File

@@ -22,6 +22,7 @@ export const mapField = (
.with(FieldType.DATE, () => DateTime.now().toFormat('yyyy-MM-dd hh:mm a'))
.with(FieldType.EMAIL, () => signer.email)
.with(FieldType.NAME, () => signer.name)
.with(FieldType.TEXT, () => signer.customText)
.otherwise(() => '');
return {