Skip to content

Commit

Permalink
chore(playground/pwmb): use password input
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermerodz committed Mar 17, 2024
1 parent b19b673 commit 115de01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/website/src/app/(local-pages)/layout.tsx
Expand Up @@ -18,7 +18,7 @@ export default function RootLayout({
)}
>
<AppProvider>
<div className="relative flex min-h-[100dvh] flex-col bg-background">
<div className="relative flex min-h-[100dvh] w-full flex-col bg-background">
{/* <HydrationOverlay> */}
<main className="flex-1 flex flex-col">{children}</main>
{/* </HydrationOverlay> */}
Expand Down
4 changes: 2 additions & 2 deletions apps/website/src/app/(local-pages)/shadcn/pwmb/page.tsx
Expand Up @@ -24,8 +24,8 @@ export default function ShadcnPage() {
<InputOTP
autoFocus
// test pwmb
type="text"
autoComplete="username webauthn"
type="password"
autoComplete="password webauthn"
pushPasswordManagerStrategy="experimental-no-flickering"
pattern={REGEXP_ONLY_DIGITS_AND_CHARS}
//
Expand Down

0 comments on commit 115de01

Please sign in to comment.