Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure Client::login_with_sso() to be send #518

Merged
merged 2 commits into from
Mar 7, 2022

Commits on Mar 7, 2022

  1. Ensure Client::login_with_sso() to be send

    This removes the `info!()` log because of
    rust-lang/rust#93274
    jsparber committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    642c4f5 View commit details
    Browse the repository at this point in the history
  2. Add back homeserver logging for sso login

    We can't use `.await` inside `info!()` because of
    rust-lang/rust#93274
    jsparber committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    38cbf24 View commit details
    Browse the repository at this point in the history