aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--adenosine/src/xrpc.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/adenosine/src/xrpc.rs b/adenosine/src/xrpc.rs
index e0fab29..a58b004 100644
--- a/adenosine/src/xrpc.rs
+++ b/adenosine/src/xrpc.rs
@@ -89,7 +89,7 @@ impl XrpcClient {
/// Creates a new session, and updates current client auth tokens with the result
pub fn auth_login(&mut self, identifier: &str, password: &str) -> Result<()> {
let resp = self.post(
- &Nsid::from_str("com.atproto.session.createSession")?,
+ &Nsid::from_str("com.atproto.server.createSession")?,
None,
Some(json!({
"identifier": identifier,