You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
runtime.log("Opened in your browser. Keep that tab to control OpenClaw.");
91
-
}elseif(hint){
94
+
}elseif(hint&&!suppressNoOpenHint){
92
95
runtime.log(hint);
93
96
}
94
97
95
-
if(!copied&&!opened&&includeTokenInUrl){
98
+
if(fallbackToManualAuth){
96
99
runtime.log(
97
-
"Token auto-auth not delivered. Append your gateway token (from OPENCLAW_GATEWAY_TOKEN or gateway.auth.token) as a URL fragment to authenticate.",
100
+
"Token auto-auth not delivered. Append your gateway token (from OPENCLAW_GATEWAY_TOKEN or gateway.auth.token) as a URL fragment with key `token` to authenticate.",
0 commit comments