fix: 🐛 fix bsky login
This commit is contained in:
parent
0253aacb35
commit
22af0306fa
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "avahooks",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "node ./dist/index.js",
|
||||
|
|
|
@ -64,7 +64,7 @@ export default translator({
|
|||
|
||||
// login to bluesky
|
||||
const { accessJwt, did }: { accessJwt: string; did: string } =
|
||||
await uaxrpc("POST", "/xrpc/com.atproto.server.createSession", {
|
||||
await uaxrpc("POST", "com.atproto.server.createSession", {
|
||||
identifier,
|
||||
password,
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue