feat: note

This commit is contained in:
xiaose 2026-01-31 21:22:36 +08:00 committed by Gustavo Madeira Santana
parent b2aff036ad
commit 1f6a446f6c

View file

@ -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");