Skip to content

Add tunnel wizard#981

Open
filipslezaklab wants to merge 6 commits into
devfrom
add-tunnel-wizard
Open

Add tunnel wizard#981
filipslezaklab wants to merge 6 commits into
devfrom
add-tunnel-wizard

Conversation

@filipslezaklab

Copy link
Copy Markdown
Contributor
  • fixes pref desync after polling changes

@filipslezaklab filipslezaklab self-assigned this Jun 19, 2026
};
match session_state::validate_location_mfa_preference(&DB_POOL, preference).await {
Ok(validated) => {
if let Ok(mut guard) = app_state.session_state.lock() {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Don't we care that this operation has failed?

}
let rows = q.fetch_all(pool).await?;

let mut found = std::collections::HashSet::with_capacity(rows.len());

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Import at top of the file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants