feat(user): add confirm password field to user create command#683
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #683 +/- ##
=========================================
- Coverage 10.99% 7.17% -3.82%
=========================================
Files 173 260 +87
Lines 8671 12853 +4182
=========================================
- Hits 953 922 -31
- Misses 7612 11823 +4211
- Partials 106 108 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
13b0150 to
53ef74a
Compare
|
@NucleoFusion Please take a look |
|
for 2. I meant in the createView. Like the form you see in the image you have attached. |
|
Actually I added it in the PR #629 , as it was related to comment |
|
OKay no worries, |
|
It is not possible, |
|
What do you mean? Are we not creating the form and then running it? I am sounding stupid lol |
|
We are creating form , The Echomode for password which is set |
|
Okay, I see |
qcserestipy
left a comment
There was a problem hiding this comment.
Thank you for the contribution. Before approving this, we should consider whether a confirmation flag is actually needed for the CLI command.
|
I agree, having it as a flag seems redundant. For the prompt view it makes sense. |
|
@qcserestipy @NucleoFusion ok so i will just remove it |
53ef74a to
6e3cb3b
Compare
|
@qcserestipy PTAL |
Signed-off-by: Sypher845 <suyashpatil845@gmail.com>
6e3cb3b to
c4e61f0
Compare
|
Changed the commit name. |
Fixes #673
views use
charmbracelet/huhlibrary. TheEchoModeis set at form creation time and cannot be dynamically toggled during input.