The issue seems to be within the ID repo frontend > src > components > forms > profile.js line 219-224.
The displayName field is being passed to the form component front-end > src > components > forms > generic.js, line 74 appears to be where the code displaying based on the help variable which was not passed from profile.js and is most likely causing false to display.
Name
The word 'false' appears on account creation
Description
Unexpectedly see the word 'false'
See image
Steps to reproduce
Create an account.
Check your email
Click the 'confirm you email' link
On this page: https://id.resonate.ninja/account
It will say 'false' underneath the 'Displayname' field
The issue seems to be within the ID repo
frontend > src > components > forms > profile.js
line 219-224. The displayName field is being passed to the form componentfront-end > src > components > forms > generic.js
, line 74 appears to be where the code displaying based on thehelp
variable which was not passed fromprofile.js
and is most likely causingfalse
to display.Name
The word 'false' appears on account creation
Description
Unexpectedly see the word 'false' See image
Steps to reproduce
Create an account. Check your email Click the 'confirm you email' link On this page: https://id.resonate.ninja/account It will say 'false' underneath the 'Displayname' field
Expected Results vs Actual Results
Expected: not to see the word false
Actual: see the word false
Source URL
https://id.resonate.ninja/account
Environment
Firefox 96, Ubuntu 20.04