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:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"Api": {
|
||||
"BaseUrl": "",
|
||||
"ForceToUseFakeDocument": false
|
||||
"ForceToUseFakeDocument": true
|
||||
},
|
||||
"PdfViewer": {
|
||||
"ThumbnailBaseScale": 0.75,
|
||||
|
||||
Reference in New Issue
Block a user