bitwarden / passwordless-server

Bitwarden Passwordless.dev infrastructure/backend (API, database, Docker, etc).
https://bitwarden.com/
Other
83 stars 26 forks source link

link-fixing #715

Closed jrmccannon closed 4 weeks ago

jrmccannon commented 4 weeks ago

Description

Fixing links and routes.

Shape

We moved some pages from Razor to Blazor and this broke some links that were being generated by UrlHelper.

Checklist

I did the following to ensure that my changes were tested thoroughly:

I did the following to ensure that my changes do not introduce security vulnerabilities:

codecov[bot] commented 4 weeks ago

Codecov Report

Attention: Patch coverage is 0% with 3 lines in your changes missing coverage. Please review.

Project coverage is 35.14%. Comparing base (5bcf203) to head (bf73a36). Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...AdminConsole/Pages/Organization/JoinBusy.cshtml.cs 0.00% 2 Missing :warning:
src/AdminConsole/Pages/Organization/Join.cshtml.cs 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #715 +/- ## ======================================= Coverage 35.14% 35.14% ======================================= Files 574 574 Lines 31176 31176 Branches 930 931 +1 ======================================= Hits 10958 10958 Misses 20072 20072 Partials 146 146 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.