refactor: obfuscated pincode in transit

This commit is contained in:
Carlos Valente
2024-03-15 17:22:18 +01:00
committed by Carlos Valente
parent 3fdb1bd1c8
commit 4e6b833e10
7 changed files with 79 additions and 8 deletions
@@ -48,7 +48,7 @@ export class DataProvider {
await this.persist();
}
static getSettings(): Settings {
static getSettings(): Readonly<Settings> {
return data.settings;
}