diff --git a/src/components/Common/SensitiveInput/index.tsx b/src/components/Common/SensitiveInput/index.tsx index 56619c28..79b8b2e5 100644 --- a/src/components/Common/SensitiveInput/index.tsx +++ b/src/components/Common/SensitiveInput/index.tsx @@ -34,7 +34,7 @@ const SensitiveInput: React.FC = ({ isHidden ? 'password' : props.type !== 'password' - ? props.type + ? props.type ?? 'text' : 'text' } />