mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-28 17:01:53 +03:00
feat: note
This commit is contained in:
committed by
Gustavo Madeira Santana
parent
b2aff036ad
commit
1f6a446f6c
@@ -198,7 +198,7 @@ export async function loginMiniMaxPortalOAuth(params: {
|
|||||||
const noteLines = [
|
const noteLines = [
|
||||||
`Open ${verificationUrl} to approve access.`,
|
`Open ${verificationUrl} to approve access.`,
|
||||||
`If prompted, enter the code ${oauth.user_code}.`,
|
`If prompted, enter the code ${oauth.user_code}.`,
|
||||||
`Interval: ${oauth.interval ?? "default (2000ms)"}, Expires in: ${oauth.expired_in}ms`,
|
`Interval: ${oauth.interval ?? "default (2000ms)"}, Expires at: ${oauth.expired_in} unix timestamp`,
|
||||||
];
|
];
|
||||||
await params.note(noteLines.join("\n"), "MiniMax OAuth");
|
await params.note(noteLines.join("\n"), "MiniMax OAuth");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user