From b5e807c432e0d47af62108a1f6ba9cb403414cb7 Mon Sep 17 00:00:00 2001 From: Andrew Southard Date: Tue, 8 Sep 2026 15:27:29 -0400 Subject: [PATCH] Pressing enter after entering your password on the OAuth screen should allow not deny access. --- packages/oauth-provider/src/ui.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/oauth-provider/src/ui.ts b/packages/oauth-provider/src/ui.ts index f9ef6f9..016315d 100644 --- a/packages/oauth-provider/src/ui.ts +++ b/packages/oauth-provider/src/ui.ts @@ -776,6 +776,7 @@ export function renderConsentUI(options: ConsentUIOptions): string { .buttons { display: flex; + flex-direction: row-reverse; gap: 12px; } @@ -986,8 +987,8 @@ export function renderConsentUI(options: ConsentUIOptions): string {
- +