Commit 53609c6
committed
refactor: simplify linkIdentityWithIdToken implementation
- Remove private _signInWithIdToken helper method
- Inline the implementation directly in linkIdentityWithIdToken
- Update test to include Authorization header in expected request
- Add session storage setup for linkIdentityWithIdToken test1 parent 4a989b5 commit 53609c6
File tree
2 files changed
+15
-10
lines changed- Sources/Auth
- Tests/AuthTests
2 files changed
+15
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
380 | 380 | | |
381 | 381 | | |
382 | 382 | | |
383 | | - | |
384 | | - | |
385 | | - | |
386 | | - | |
387 | | - | |
388 | | - | |
389 | | - | |
390 | | - | |
391 | | - | |
| 383 | + | |
392 | 384 | | |
393 | 385 | | |
394 | 386 | | |
| |||
1193 | 1185 | | |
1194 | 1186 | | |
1195 | 1187 | | |
1196 | | - | |
| 1188 | + | |
| 1189 | + | |
| 1190 | + | |
| 1191 | + | |
| 1192 | + | |
| 1193 | + | |
| 1194 | + | |
| 1195 | + | |
| 1196 | + | |
| 1197 | + | |
| 1198 | + | |
1197 | 1199 | | |
1198 | 1200 | | |
1199 | 1201 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
495 | 495 | | |
496 | 496 | | |
497 | 497 | | |
| 498 | + | |
498 | 499 | | |
499 | 500 | | |
500 | 501 | | |
| |||
508 | 509 | | |
509 | 510 | | |
510 | 511 | | |
| 512 | + | |
| 513 | + | |
511 | 514 | | |
512 | 515 | | |
513 | 516 | | |
| |||
0 commit comments