prettier pass

This commit is contained in:
Buck DeFore 2025-03-08 17:01:11 -05:00
parent 5ba81a7324
commit be43b996e1

View File

@ -105,7 +105,7 @@ const renderInput = ({
// mobile keyboards: suppress capitalization and correction for login related fields // mobile keyboards: suppress capitalization and correction for login related fields
autocapitalize: 'none', autocapitalize: 'none',
autocorrect: 'off', autocorrect: 'off',
...inputProps ...inputProps,
}} }}
helperText={touched && error} helperText={touched && error}
{...props} {...props}