Skip to content
Snippets Groups Projects
Commit 79060a2e authored by Dariusz Rybicki's avatar Dariusz Rybicki
Browse files

Update keychain service id

parent 41a3a0e5
No related branches found
No related tags found
1 merge request!1Client management
...@@ -4,7 +4,7 @@ import KeychainAccess ...@@ -4,7 +4,7 @@ import KeychainAccess
extension PasswordStorage { extension PasswordStorage {
static let keychain: PasswordStorage = { static let keychain: PasswordStorage = {
let keychain = KeychainAccess.Keychain( let keychain = KeychainAccess.Keychain(
service: "xx.network.client" service: "xx.network.dApps.ExampleApp"
) )
return PasswordStorage( return PasswordStorage(
save: { password in keychain[data: "password"] = password}, save: { password in keychain[data: "password"] = password},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment