fix e2e
This commit is contained in:
@@ -168,10 +168,10 @@ export default function AuthWorkflowMockup() {
|
||||
>
|
||||
<div className="text-center">
|
||||
<p className="text-xs text-gray-400 mb-1">
|
||||
Step {activeStep + 1}: {WORKFLOW_STEPS[activeStep].title}
|
||||
Step {activeStep + 1}: {WORKFLOW_STEPS[activeStep]?.title || ''}
|
||||
</p>
|
||||
<p className="text-xs text-gray-500">
|
||||
{WORKFLOW_STEPS[activeStep].description}
|
||||
{WORKFLOW_STEPS[activeStep]?.description || ''}
|
||||
</p>
|
||||
</div>
|
||||
</motion.div>
|
||||
|
||||
Reference in New Issue
Block a user