diff options
| author | Dax <[email protected]> | 2025-08-18 17:12:21 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-18 17:12:21 -0400 |
| commit | f19586cebd77a4d2092e6ff66fb184a1366a9ce4 (patch) | |
| tree | bc1c2f4dbd6e12ed0d4e058c80b16a8071d8f427 /cloud/app/package.json | |
| parent | 5d12cadba7d03ca25becd5942cb8a959be1ddf00 (diff) | |
| download | opencode-f19586cebd77a4d2092e6ff66fb184a1366a9ce4.tar.gz opencode-f19586cebd77a4d2092e6ff66fb184a1366a9ce4.zip | |
fix anthropic console auth (#2049)
Diffstat (limited to 'cloud/app/package.json')
| -rw-r--r-- | cloud/app/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cloud/app/package.json b/cloud/app/package.json index 61b3522a7..ba6ab6427 100644 --- a/cloud/app/package.json +++ b/cloud/app/package.json @@ -9,6 +9,7 @@ }, "dependencies": { "@ibm/plex": "6.4.1", + "@openauthjs/openauth": "0.0.0-20250322224806", "@solidjs/meta": "^0.29.4", "@solidjs/router": "^0.15.0", "@solidjs/start": "^1.1.0", |
