Quellcode durchsuchen

:art: formatting

visuddhinanda vor 1 Jahr
Ursprung
Commit
936b291254
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0 1
      dashboard-v4/dashboard/src/components/nut/users/ResetPassword.tsx

+ 0 - 1
dashboard-v4/dashboard/src/components/nut/users/ResetPassword.tsx

@@ -141,7 +141,6 @@ const Widget = ({ token }: IWidget) => {
             name="password"
             name="password"
             fieldProps={{
             fieldProps={{
               type: "password",
               type: "password",
-
               iconRender: (visible) =>
               iconRender: (visible) =>
                 visible ? <EyeTwoTone /> : <EyeInvisibleOutlined />,
                 visible ? <EyeTwoTone /> : <EyeInvisibleOutlined />,
             }}
             }}