Add TODOs

This commit is contained in:
Raghunandan
2020-06-04 08:48:08 +02:00
parent a42ca7957c
commit b68d8ccab1
2 changed files with 2 additions and 0 deletions
@@ -103,6 +103,7 @@ const SessionListItem: FC<{
);
}
//TODO: Not functional yet to sign in from the sidebar
if (!user) {
return (
<ListItem {...props}>
@@ -51,6 +51,7 @@ export class GoogleAuthProvider implements OAuthProviderHandlers {
done(
undefined,
{
//TODO(soapraj): extract ProfileInfo from passport.Profile and send only that
profile,
idToken: params.id_token,
accessToken,