Simplify EnvelopeReceiverPage logic and update settings

Removed redundant `EnvelopeKey` checks in `LogoutAsync` and
`OnInitializedAsync` methods, simplifying logout and initialization
logic. Updated navigation URL to `/envelope/login/`. Streamlined
document fetching logic by removing unnecessary conditions.

Added logging in `CreateReportInstance` to track report creation.
Enabled `ForceToUseFakeDocument` in `appsettings.json` to default
to using fake documents. These changes improve code clarity and
align behavior with updated requirements.
This commit is contained in:
2026-06-11 12:51:04 +02:00
parent a9fb82bbea
commit c3e8f09291
2 changed files with 20 additions and 25 deletions

View File

@@ -1,7 +1,7 @@
{
"Api": {
"BaseUrl": "",
"ForceToUseFakeDocument": false
"ForceToUseFakeDocument": true
},
"PdfViewer": {
"ThumbnailBaseScale": 0.75,