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

Update keychain service id

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