Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
jtfmumm committed Mar 8, 2025
1 parent ff33387 commit 78447ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/uv-auth/src/policy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use url::Url;
pub enum AuthPolicy {
/// Try unauthenticated request. Fallback to authenticated request.
#[default]
Fallback,
Auto,
/// Always authenticate.
Always,
/// Never authenticate.
Expand Down Expand Up @@ -49,6 +49,6 @@ impl UrlAuthPolicies {
return *auth_policy;
}
}
AuthPolicy::Fallback
AuthPolicy::Auto
}
}

0 comments on commit 78447ab

Please sign in to comment.