feat: note
This commit is contained in:
parent
b2aff036ad
commit
1f6a446f6c
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ export async function loginMiniMaxPortalOAuth(params: {
|
|||
const noteLines = [
|
||||
`Open ${verificationUrl} to approve access.`,
|
||||
`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");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue