Step {requestFlowStep} of 3
{requestFlowStep === 1 ? (
Confirm your nickname, which is used as part of the verification process. You can edit it here before requesting.
Current nickname: {nickname || '(not set)'}
) : null}
{requestFlowStep === 2 ? (
Save your identity key in a safe place. You can use it to restore your identity in another browser.
setRequestKeyInput(event.target.value.toLowerCase())}
placeholder="Identity key for this request"
/>
) : null}
{requestFlowStep === 3 ? (
Final step: confirm and send your verification request.
setRequestKeyInput(event.target.value.toLowerCase())}
placeholder="Identity key for this request"
/>
) : null}