Commit ac11c90
authored
fix(generic): save new refresh_token value (#1838)
Missing the update of single-use-tokens will lead to continuous
re-registration requirement for GCM.
Check is done correctly for new value.
Just the storage step used the old value instead of the new one.1 file changed
Lines changed: 1 addition & 1 deletion
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
| 164 | + | |
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| |||
0 commit comments