@zhafron/opencode-iflow-auth 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/plugin.js +2 -2
- package/package.json +1 -1
package/dist/plugin.js
CHANGED
|
@@ -386,9 +386,9 @@ export const createIFlowPlugin = (id) => async ({ client, directory }) => {
|
|
|
386
386
|
})
|
|
387
387
|
},
|
|
388
388
|
{
|
|
389
|
-
id: '
|
|
389
|
+
id: 'api',
|
|
390
390
|
label: 'iFlow API Key',
|
|
391
|
-
type: '
|
|
391
|
+
type: 'api',
|
|
392
392
|
authorize: async (inputs) => new Promise(async (resolve) => {
|
|
393
393
|
if (inputs) {
|
|
394
394
|
const accounts = [];
|
package/package.json
CHANGED