Browse Source

Update forgotPassword.tsx

lex-wxl 1 week ago
parent
commit
cbb1eec39b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/login/components/forgotPassword.tsx

+ 1 - 0
src/views/login/components/forgotPassword.tsx

@@ -307,6 +307,7 @@ export default defineComponent({
           <SendSms
             phone={formInline.mobile}
             onClose={() => (showSmsClass.value = false)}
+            type="PASSWORD"
             onSendCode={() => {
               checkTimeOut();
             }}