diff --git a/server/src/manager/data.rs b/server/src/manager/data.rs index df2212d..68262e4 100644 --- a/server/src/manager/data.rs +++ b/server/src/manager/data.rs @@ -261,6 +261,7 @@ pub async fn thread_system(mut app:App, bus:Bus) // Generate authentication token and secret response.status = STATUS_OK; + response.handle = user.handle.clone(); rng.fill(&mut response.secret).ok(); loop { rng.fill(&mut response.token).ok();