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

chore(ffi): in Client::account_url return early when we're not an OIDC session #4191

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

bnjbvr
Copy link
Member

@bnjbvr bnjbvr commented Oct 30, 2024

This avoids one spammy error log for sessions not using oidc.

…idc session

This avoids one spammy log for sessions not using oidc.
@bnjbvr bnjbvr requested a review from a team as a code owner October 30, 2024 13:42
@bnjbvr bnjbvr requested review from Hywan and removed request for a team October 30, 2024 13:42
Copy link

codecov bot commented Oct 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.87%. Comparing base (5158b39) to head (792b5c8).
Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4191   +/-   ##
=======================================
  Coverage   84.87%   84.87%           
=======================================
  Files         271      271           
  Lines       29076    29076           
=======================================
+ Hits        24677    24679    +2     
+ Misses       4399     4397    -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Co-authored-by: Damir Jelić <[email protected]>
Signed-off-by: Benjamin Bouvier <[email protected]>
@bnjbvr bnjbvr enabled auto-merge (squash) October 30, 2024 16:07
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