pub async fn register_device(
client: AuthClient<'_, impl XvcHasher>,
account: AccountForm<'_>,
passcode: &str,
permanent: bool,
) -> ApiResult<()>pub async fn register_device(
client: AuthClient<'_, impl XvcHasher>,
account: AccountForm<'_>,
passcode: &str,
permanent: bool,
) -> ApiResult<()>