daviftorres commented on code in PR #13671:
URL: https://github.com/apache/cloudstack/pull/13671#discussion_r3633734778


##########
ui/src/views/dashboard/VerifyTwoFa.vue:
##########
@@ -33,7 +33,7 @@
       @finish="handleSubmit"
       layout="vertical">
       <a-form-item name="code" ref="code" style="text-align: center;">
-        <a-input-password
+        <a-input
           style="width: 500px"
           v-model:value="form.code"
           placeholder="xxxxxx" />

Review Comment:
   Nevermind



##########
ui/src/views/dashboard/VerifyTwoFa.vue:
##########
@@ -33,7 +33,7 @@
       @finish="handleSubmit"
       layout="vertical">
       <a-form-item name="code" ref="code" style="text-align: center;">
-        <a-input-password
+        <a-input
           style="width: 500px"
           v-model:value="form.code"
           placeholder="xxxxxx" />

Review Comment:
   Suggest a fix to put the input field in focus based on its new attributes.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to