Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix storing read only as a int #459

Merged
merged 1 commit into from
Nov 9, 2024
Merged

Fix storing read only as a int #459

merged 1 commit into from
Nov 9, 2024

Conversation

damontecres
Copy link
Owner

@damontecres damontecres commented Nov 9, 2024

#456 stored the PIN as an integer which meant if it started with zeros, they would be removed. It also had test code left in that should have been removed.

This PR fixes it to store as a String instead.

@damontecres damontecres added the bug Something isn't working label Nov 9, 2024
@damontecres damontecres merged commit d1b11e3 into main Nov 9, 2024
2 checks passed
@damontecres damontecres deleted the fix/read-only-pin-int branch November 9, 2024 22:49
damontecres added a commit that referenced this pull request Nov 12, 2024
Similar to #459, ensure that a PIN starting with zeros will keep them.

PINs were correctly stored and updated in settings, so this problem only
affected the initial app setup.
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.

1 participant