diff --git a/mcp/src/oauth/consent.ts b/mcp/src/oauth/consent.ts index ef1bd2a..e7629a1 100644 --- a/mcp/src/oauth/consent.ts +++ b/mcp/src/oauth/consent.ts @@ -59,7 +59,7 @@ export function consentPage(p: ConsentParams, error?: string): string { code { background: rgba(127,127,127,.15); padding: .1rem .35rem; border-radius: .25rem; font-size: .85rem; word-break: break-all; } label { display: block; margin: 1.25rem 0 .35rem; font-weight: 600; } - input[type=password] { width: 100%; padding: .6rem .7rem; font-size: 1rem; + input[type=password], input[type=email] { width: 100%; padding: .6rem .7rem; font-size: 1rem; border: 1px solid #8888; border-radius: .5rem; box-sizing: border-box; } button { margin-top: 1.25rem; width: 100%; padding: .7rem; font-size: 1rem; font-weight: 600; border: 0; border-radius: .5rem; background: #8a5f1e; color: #fff; cursor: pointer; } @@ -75,12 +75,16 @@ export function consentPage(p: ConsentParams, error?: string): string { ${errBlock}
-祕密不正確不會發出授權碼。此頁不儲存你的輸入。
+用你登入知識庫(Portal)的同一組帳密,**不需要另外的祕密**。 + 帳密不正確不會發出授權碼。此頁不儲存你的輸入。