feat: add OAuth login and MCP session connect
This commit is contained in:
+1
-1
@@ -23,5 +23,5 @@ func Login(ctx context.Context, cfg Config) (accountID string, err error) {
|
||||
}
|
||||
return "", nil
|
||||
}
|
||||
return "", fmt.Errorf("login: no ROBINHOOD_ACCESS_TOKEN and oauth not wired")
|
||||
return loginOAuth(ctx, cfg)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user