Skip to content

fix(scriptor): persist cookie on login by using setdefault instead of…#226

Merged
KadirBalku merged 2 commits into
mainfrom
fix/save-credentials
Jun 9, 2026
Merged

fix(scriptor): persist cookie on login by using setdefault instead of…#226
KadirBalku merged 2 commits into
mainfrom
fix/save-credentials

Conversation

@KadirBalku

@KadirBalku KadirBalku commented Jun 8, 2026

Copy link
Copy Markdown
Collaborator

The dictionary in the credential-file was missing the key "cookie" on initial viur script setup.
Use .setdefault instead .get to make sure that key "cookie" will be created if it doesn't exist.

@sveneberth sveneberth added the bug Something isn't working label Jun 9, 2026
@KadirBalku KadirBalku merged commit 0d162bd into main Jun 9, 2026
7 checks passed
@sveneberth sveneberth deleted the fix/save-credentials branch June 9, 2026 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants