Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Persist and maintain identity server in account data #3320

Merged
merged 3 commits into from
Aug 19, 2019

Conversation

turt2live
Copy link
Member

@turt2live turt2live commented Aug 16, 2019

@turt2live turt2live requested a review from a team August 16, 2019 19:13
@jryans jryans requested review from jryans and removed request for a team August 19, 2019 10:42
Copy link
Collaborator

@jryans jryans left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, looks good to me! 😁

} else {
MatrixClientPeg.get().setIdentityServerUrl(fullUrl);
localStorage.removeItem("mx_is_access_token"); // clear token
localStorage.setItem("mx_is_url", fullUrl); // XXX: Do we still need this?
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, I'd file a maintenance issue to consider removing the separately if it really is redundant now.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Store identity server in Account Data and support choosing identity server integration in User Settings
2 participants