Commit 1eeb6f8
committed
fix: 🐛 simplify flow and remove password repeater (#1390)
Prior to this commit, the configure flow contained multiple if
statements, making the logic unnecessarily complex. Additionally, the
password repeater was included, which is not required as this process
is not a sign-up flow. The password repeater also caused ambiguity when
passwords did not match.
After this commit, The configure flow has been simplified by reducing
the number of if statements, making the logic more straightforward. The
password repeater has been removed entirely, as it is not needed. If the
user inputs the wrong password, they can simply re-initiate the
configure process.
fixes #1390
Signed-off-by: Sriram Venkatesh <sriram.venkatesh@versent.com.au>1 parent 78330b9 commit 1eeb6f8
1 file changed
Lines changed: 16 additions & 23 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
26 | | - | |
27 | 25 | | |
28 | 26 | | |
29 | 27 | | |
| |||
34 | 32 | | |
35 | 33 | | |
36 | 34 | | |
37 | | - | |
38 | 35 | | |
39 | 36 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
46 | 44 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
59 | 49 | | |
60 | 50 | | |
61 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
62 | 56 | | |
63 | 57 | | |
64 | 58 | | |
65 | 59 | | |
66 | 60 | | |
67 | 61 | | |
68 | | - | |
69 | | - | |
| 62 | + | |
70 | 63 | | |
71 | 64 | | |
72 | 65 | | |
| |||
0 commit comments