Commit e9240b2
fix(angular,vue): remove floating border between transitions (#1937)
* Remove `Auth.signIn` from `confirmSignUp` service
This should fail because we aren't setting intents yet.
* Implement "autoSignIn" redirect intent
* Fix incorrect json keys
* Remove verification step in autoSignIn
* Remove unused var
* Add autoSignIn route
* Add test for sms-mfa redirect after autosignin
* Revert "Fix incorrect json keys"
This reverts commit f0d954e.
* Create eight-insects-mix.md
* Create famous-vans-smile.md
* Edit wording
* Update eight-insects-mix.md
* Update packages/ui/src/machines/authenticator/actors/signIn.ts
Co-authored-by: Shane Laymance <[email protected]>
* Add hasRouteComponent function
* Use switch statement
* Fix state -> actorState
* Handle `signOut` too
* Fix typo
* Create twelve-suits-pump.md
* Update twelve-suits-pump.md
Co-authored-by: Shane Laymance <[email protected]>1 parent 766bf30 commit e9240b2
File tree
4 files changed
+34
-3
lines changed- .changeset
- packages
- angular/projects/ui-angular/src/lib/components/authenticator/components/authenticator
- vue/src/components
4 files changed
+34
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Lines changed: 16 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | | - | |
| 174 | + | |
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
178 | 193 | | |
179 | 194 | | |
180 | 195 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
245 | 255 | | |
246 | 256 | | |
247 | 257 | | |
248 | 258 | | |
249 | 259 | | |
250 | 260 | | |
251 | 261 | | |
252 | | - | |
| 262 | + | |
253 | 263 | | |
254 | 264 | | |
255 | 265 | | |
| |||
0 commit comments