We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6f7081 commit 6fba2e5Copy full SHA for 6fba2e5
src/ui/layout.ts
@@ -1,8 +1,10 @@
1
/**
2
* HTML layout template
3
*/
4
+import { AuthRequest } from "@cloudflare/workers-oauth-provider";
5
import { html } from "hono/html";
6
import type { HtmlEscapedString } from "hono/utils/html";
7
+import { PKCECodePair } from "../types";
8
9
export const layout = (content: HtmlEscapedString | string, title: string) => html`
10
<!DOCTYPE html>
0 commit comments