From be43b996e1c8122f9ccd0451254578049a9771e5 Mon Sep 17 00:00:00 2001 From: Buck DeFore Date: Sat, 8 Mar 2025 17:01:11 -0500 Subject: [PATCH] prettier pass --- ui/src/layout/Login.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/layout/Login.jsx b/ui/src/layout/Login.jsx index cd24dc4a7..93e38be09 100644 --- a/ui/src/layout/Login.jsx +++ b/ui/src/layout/Login.jsx @@ -103,9 +103,9 @@ const renderInput = ({ error={!!(touched && error)} inputProps={{ // mobile keyboards: suppress capitalization and correction for login related fields - autocapitalize:'none', + autocapitalize: 'none', autocorrect: 'off', - ...inputProps + ...inputProps, }} helperText={touched && error} {...props}