Skip to content
Snippets Groups Projects
Unverified Commit efdc51c1 authored by Joas Schilling's avatar Joas Schilling
Browse files

Make sure to use the right appdata directory

parent 7c47f822
No related branches found
No related tags found
No related merge requests found
......@@ -342,6 +342,13 @@ class DIContainer extends SimpleContainer implements IAppContainer {
return $c->query(Validator::class);
});
$this->registerService(\OC\Security\IdentityProof\Manager::class, function ($c) {
return new \OC\Security\IdentityProof\Manager(
$this->getServer()->getAppDataDir('identityproof'),
$this->getServer()->getCrypto()
);
});
/**
* App Framework APIs
......
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