Commit 6a76137
authored
Passkey related bugs fixed (#21)
* Incomplete error message issue fixed on Passkey registration failure
* Changed the onChange callback to onReceive as the later best works with @published publisher cause it guarantees response to a value change independent of SwiftUI's rendering pipeline (#19)
* Step-up flow fixed (#20)
* Bug fixed in Step-up flow fixed. Missing scope being passed causing the flow to trigger recursively
* Failing test case fixed
* Added documentation for scope related changes
* Fixed bugs (#18)
* Fixed the following bugs:
1. Clear web cache on logout.
2. UI bug of logout button overlapping profile options on small screen at Welcome page.
* Added descriptive comment
* Passkeys implementation issues fixed1 parent df600e8 commit 6a76137
3 files changed
Lines changed: 21 additions & 12 deletions
File tree
- AppUIComponents/LoginOptions
- Auth0UniversalComponents
- AuthMethodsHome/Presentation
- Passkeys/Presentation
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| 154 | + | |
154 | 155 | | |
155 | 156 | | |
156 | 157 | | |
| |||
Lines changed: 19 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
| 132 | + | |
139 | 133 | | |
140 | 134 | | |
141 | 135 | | |
142 | 136 | | |
143 | 137 | | |
144 | | - | |
145 | | - | |
146 | | - | |
| 138 | + | |
147 | 139 | | |
148 | 140 | | |
149 | 141 | | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
150 | 158 | | |
151 | 159 | | |
152 | 160 | | |
| |||
0 commit comments