diff --git a/src/pages/ValidatorOnboarding/KeyGeneration/KeyGeneration.tsx b/src/pages/ValidatorOnboarding/KeyGeneration/KeyGeneration.tsx
index 6a759b20..964b251d 100644
--- a/src/pages/ValidatorOnboarding/KeyGeneration/KeyGeneration.tsx
+++ b/src/pages/ValidatorOnboarding/KeyGeneration/KeyGeneration.tsx
@@ -3,6 +3,7 @@ import KeyGenerationHeader from './KeyGenerationHeader'
import RecoveryMechanism from './RecoveryMechanism'
import { Button, InformationBox, Text } from '@status-im/components'
import { CloseCircleIcon } from '@status-im/icons'
+import PasswordFields from './PasswordFields'
const KeyGeneration = () => {
return (
@@ -12,6 +13,7 @@ const KeyGeneration = () => {
4 Validators
+
{
+ return (
+
+
+
+
+
+
+
+ Download Key Files
+
+
+
+ )
+}
+
+export default PasswordFields