bitwarden / passwordless-server

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

Migrate `_AddPasskeys` partial component to Blazor #661

Closed jonashendrickx closed 1 month ago

jonashendrickx commented 1 month ago

Description

Migrate the add passkeys component from Razor Pages to Blazor as we now support Vue.js.

Shape

Screenshots

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 1 month ago

Codecov Report

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

Project coverage is 34.85%. Comparing base (c2d02cf) to head (735afa8).

Files Patch % Lines
...nConsole/Components/Pages/Account/Profile.razor.cs 0.00% 1 Missing :warning:
...e/Components/Pages/Account/UserOnboarding.razor.cs 0.00% 1 Missing :warning:
...c/AdminConsole/Pages/Organization/Verify.cshtml.cs 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #661 +/- ## ======================================= Coverage 34.84% 34.85% ======================================= Files 565 563 -2 Lines 30901 30898 -3 Branches 922 920 -2 ======================================= Hits 10768 10768 + Misses 19990 19987 -3 Partials 143 143 ```

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