mo 1 year ago
parent
commit
b9c37f2a6b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/setting/modal/forgotPassword.tsx

+ 1 - 1
src/views/setting/modal/forgotPassword.tsx

@@ -185,7 +185,7 @@ export default defineComponent({
               ]}>
               <NInput
                 v-model:value={formInline.password}
-                type="password"
+
                 showPasswordOn="click"
                 placeholder="请输入密码"
                 inputProps={{ autocomplete: 'off' }}