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 {
- +