Merge remote-tracking branch 'bdfd9/patch-1'

This commit is contained in:
Jason Volk
2026-01-28 06:06:44 +00:00

View File

@@ -21,7 +21,7 @@ pub struct Register<'a> {
/// ///
/// Returns a device id and access token for the registered user /// Returns a device id and access token for the registered user
#[implement(super::Service)] #[implement(super::Service)]
#[tracing::instrument(level = "info", skip(self))] #[tracing::instrument(level = "info", skip(self, password))]
pub async fn full_register( pub async fn full_register(
&self, &self,
Register { Register {