impierce / identity-wallet

A Tauri-based Identity Wallet for people to manage Decentralized Identities and Verifiable Credentials.
https://www.impierce.com
Apache License 2.0
18 stars 3 forks source link

[Bug] Locale is reset to default after onboarding #178

Closed daniel-mader closed 5 months ago

daniel-mader commented 5 months ago

Description

When selecting a locale during onboarding, it is reset to default (en_US) when the profile is created. This line might be responsible for that behavior: https://github.com/impierce/identity-wallet/blob/007d8246d9f36ea421cb4b286177d001ad1c33d3/identity-wallet/src/state/profile_settings/reducers/create_new.rs#L49

Hardware Specification

No response

Steps to Reproduce the Bug

  1. select other language than en_US on first page of onboarding
  2. complete onboarding
  3. language is reset to en_US

Expected Behaviour

Chosen language is not reset

Actual Behaviour

see above

Errors

n/a