Commit 7e3729c
committed
Fixed a few issues
Problem: When the user is already added to persistence, and user signs in for the first time the dummy values in persistence were not getting updated.
Solution: Updating all the user details when the user signs in for the first time. When we fill the strategy vs id on the user object for the first time.
Problem: OauthToken constructor would throw Error when values are null, but null are usually expected for OauthToken
Solution: Updated the constructor to accept nulls too.1 parent bca8bd0 commit 7e3729c
File tree
4 files changed
+13
-24
lines changed- src
- oauth
- service
4 files changed
+13
-24
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | 85 | | |
101 | 86 | | |
102 | 87 | | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
103 | 92 | | |
104 | 93 | | |
105 | 94 | | |
| |||
0 commit comments