Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm

clippy is right

Changed files
+1 -1
who-am-i
src
+1 -1
who-am-i/src/oauth.rs
···
scopes: READONLY_SCOPE.to_vec(),
..Default::default()
};
-
Ok(self.client.authorize(handle, auth_opts).await?)
+
self.client.authorize(handle, auth_opts).await
}
/// Finally, resolve the oauth flow to a verified DID