fix: storing rpc encrypted password

This commit is contained in:
Chubby Granny Chaser
2025-05-09 10:29:25 +01:00
parent 408adb566c
commit a01c77b424
7 changed files with 42 additions and 17 deletions

View File

@@ -14,4 +14,5 @@ export const levelKeys = {
userPreferences: "userPreferences",
language: "language",
screenState: "screenState",
rpcPassword: "rpcPassword",
};