Commit 542bcec
committed
Fix the handleSignIn() error object
In order to know if we should show the error description when sign in
errors occur, we were counting on the updateReason property being set on
the returning object. This was true until my last change, where we always
return a valid UserInfo (except in this one case). After my change, the
updateReason property was getting blown away and because of that, the
logic around when to show the error message could never be true.1 parent b2ff2e7 commit 542bcec
File tree
2 files changed
+7
-2
lines changed- src/scripts
- clipperUI
- extensions
2 files changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
576 | 576 | | |
577 | 577 | | |
578 | 578 | | |
579 | | - | |
| 579 | + | |
580 | 580 | | |
581 | 581 | | |
582 | 582 | | |
| |||
598 | 598 | | |
599 | 599 | | |
600 | 600 | | |
601 | | - | |
| 601 | + | |
602 | 602 | | |
603 | 603 | | |
604 | 604 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
511 | 511 | | |
512 | 512 | | |
513 | 513 | | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
514 | 519 | | |
515 | 520 | | |
516 | 521 | | |
| |||
0 commit comments