Add TODOs
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user