Closed jonashendrickx closed 5 months ago
Attention: Patch coverage is 0%
with 9 lines
in your changes missing coverage. Please review.
Project coverage is 34.13%. Comparing base (
07e2f37
) to head (21c8f45
).
Files | Patch % | Lines |
---|---|---|
...AdminConsole/Components/Pages/Account/Logout.razor | 0.00% | 9 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
Refactors the logout page, so we're using the
NotAuthorized
handler defined in the layout to redirect us to the proper pages upon successfully logging out.We no longer need to manually redirect to a different/same page showing we have successfully logged out, instead we rely on being redirected to the default page when not authorized, which is the '/account/login' page.
Shape
Screenshots
n/a
Checklist
I did the following to ensure that my changes do not introduce security vulnerabilities: