-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(content-server): Fix issue on login with legacy accounts
Because: - There was a regression in the last maintenance sprint when removing the ecosystemAnonId. This Commit: - Adds a collection of DEPRECATED_KEYS that represent keys which may exist on legacy account data and need to be gracefully removed. - Adds a test to make sure that a known deprecated field is handled and does not result in an error state. - Adds a test to make sure that errors are still thrown for invalid keys.
- Loading branch information
Showing
2 changed files
with
33 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters