aboutsummaryrefslogtreecommitdiffstats
path: root/adenosine-pds/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'adenosine-pds/src/lib.rs')
-rw-r--r--adenosine-pds/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/adenosine-pds/src/lib.rs b/adenosine-pds/src/lib.rs
index 6c4649d..9721652 100644
--- a/adenosine-pds/src/lib.rs
+++ b/adenosine-pds/src/lib.rs
@@ -617,7 +617,7 @@ fn xrpc_post_handler(
Ok(json!(AtpSession {
did: did.to_string(),
- name: handle.to_string(),
+ name: handle,
accessJwt: jwt.to_string(),
refreshJwt: jwt.to_string(),
}))