Skip to content

Commit 37185cd

Browse files
authored
Merge pull request #90 from EnsembleUI/fix-keychain-extension
fix clear keychain extension
2 parents d9a7cce + bab6502 commit 37185cd

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

pages/actions/_meta.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,15 @@
1111
"check-permission": {
1212
"title": "Check Permission"
1313
},
14+
"read-keychain": {
15+
"title": "Read Keychain"
16+
},
17+
"save-keychain": {
18+
"title": "Save Keychain"
19+
},
1420
"clear-keychain": {
1521
"title": "Clear Keychain"
1622
},
17-
"clear-secure-storage": {
18-
"title": "Clear Secure Storage"
19-
},
2023
"close-all-dialogs": {
2124
"title": "Close All Dialogs"
2225
},
@@ -56,9 +59,6 @@
5659
"get-phone-contacts": {
5760
"title": "Get Phone Contacts"
5861
},
59-
"get-secure-storage": {
60-
"title": "Get Secure Storage"
61-
},
6262
"invoke-API": {
6363
"title": "Invoke API"
6464
},
@@ -119,9 +119,6 @@
119119
"rate-app": {
120120
"title": "Rate App"
121121
},
122-
"read-keychain": {
123-
"title": "Read Keychain"
124-
},
125122
"request-notification-access": {
126123
"title": "Request Notification Access"
127124
},
@@ -131,15 +128,18 @@
131128
"save-file": {
132129
"title": "Save File"
133130
},
134-
"save-keychain": {
135-
"title": "Save Keychain"
136-
},
137131
"seek-audio": {
138132
"title": "Seek Audio"
139133
},
134+
"get-secure-storage": {
135+
"title": "Get Secure Storage"
136+
},
140137
"set-secure-storage": {
141138
"title": "Set Secure Storage"
142139
},
140+
"clear-secure-storage": {
141+
"title": "Clear Secure Storage"
142+
},
143143
"share": {
144144
"title": "Share"
145145
},
File renamed without changes.

0 commit comments

Comments
 (0)