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
··· 125 125 scopes: READONLY_SCOPE.to_vec(), 126 126 ..Default::default() 127 127 }; 128 - Ok(self.client.authorize(handle, auth_opts).await?) 128 + self.client.authorize(handle, auth_opts).await 129 129 } 130 130 131 131 /// Finally, resolve the oauth flow to a verified DID