Skip to content

Commit 757a1e2

Browse files
committed
Update instructions for App Passwords
1 parent 618aa33 commit 757a1e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/ATProtoKit/ATProtoKit.docc/Getting Started with ATProtoKit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Task {
3030
}
3131
```
3232

33-
> Important: Do not use the password you typically use for signing into Bluesky: only use a specific App Password that's in use for this instance of ATProtoKit only. To generate an App Password, go to the Bluesky website, then go to Settings > Advanced > App Passwords and follow the instructions.
33+
> Important: Do not use the password you typically use for signing into Bluesky: only use a specific App Password that's in use for this instance of ATProtoKit only. To generate an App Password, go to the Bluesky website, then go to Settings > Privacy & Security > App Passwords and follow the instructions.
3434
3535
You can use a `do-catch` block to create the ``UserSession`` object (if the session was successfully created) or handle the error (if an error occured):
3636

0 commit comments

Comments
 (0)