Skip to content

Commit

Permalink
fix(SecretAccountStore): schema do not match name (#134)
Browse files Browse the repository at this point in the history
GeopJr authored Mar 28, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 998f053 commit 4ca66fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/Accounts/SecretAccountStore.vala
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ public class Tuba.SecretAccountStore : AccountStore {
schema_attributes["version"] = SchemaAttributeType.STRING;
schema = new Secret.Schema.newv (
Build.DOMAIN,
Secret.SchemaFlags.NONE,
Secret.SchemaFlags.DONT_MATCH_NAME,
schema_attributes
);

0 comments on commit 4ca66fe

Please sign in to comment.