Closed matin closed 1 year ago
All modified lines are covered by tests :white_check_mark:
Comparison is base (
515933f
) 100.00% compared to head (4a55056
) 100.00%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Whatever domain is being used during the original login is the same one that should continue to be used with the OAuth1 token. This change saves the domain on the OAuth1 token to ensure the correct domain is using when loading from a saved token.
This closes #24, which addresses the issue that caused #21.
This change is fully backwards compatible. The domain is only configured if there's one that's saved. If none is saved, the prior behaviors continues.