Skip to content

Commit 21d2c7b

Browse files
committed
fix: update hono and fix sign up issues
1 parent 526a57e commit 21d2c7b

File tree

6 files changed

+37
-27
lines changed

6 files changed

+37
-27
lines changed

apps/mail-bridge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@u22n/tsconfig": "^0.0.2",
2828
"@u22n/utils": "workspace:*",
2929
"drizzle-orm": "^0.30.3",
30-
"hono": "^4.3.7",
30+
"hono": "^4.3.8",
3131
"mailauth": "^4.6.5",
3232
"mailparser": "^3.6.9",
3333
"mysql2": "^3.9.7",

apps/platform/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@u22n/tsconfig": "^0.0.2",
2323
"@u22n/utils": "workspace:^",
2424
"@unkey/ratelimit": "^0.1.3",
25-
"hono": "^4.3.7",
25+
"hono": "^4.3.8",
2626
"itty-time": "^1.0.6",
2727
"lucia": "^3.1.1",
2828
"oslo": "^1.1.3",

apps/storage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@u22n/database": "workspace:*",
2121
"@u22n/tsconfig": "^0.0.2",
2222
"@u22n/utils": "workspace:*",
23-
"hono": "^4.3.7",
23+
"hono": "^4.3.8",
2424
"sharp": "^0.33.2",
2525
"unstorage": "^1.10.2",
2626
"zod": "^3.23.8"

apps/web/src/app/join/secure/_components/modals.tsx

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,17 @@ export function RecoveryCodeModal({
545545
not be able to recover your account
546546
</Text>
547547
<Card>
548-
<Text className="break-words font-mono">{recoveryCode}</Text>
548+
<div className="flex gap-1">
549+
<Text className="w-full break-words font-mono">
550+
{recoveryCode}
551+
</Text>
552+
<CopyButton
553+
text={recoveryCode}
554+
onCopy={() => {
555+
setDownloaded(true);
556+
}}
557+
/>
558+
</div>
549559
</Card>
550560
<Button
551561
size="2"

ee/apps/billing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@u22n/database": "workspace:*",
2323
"@u22n/tsconfig": "^0.0.2",
2424
"@u22n/utils": "workspace:*",
25-
"hono": "^4.3.7",
25+
"hono": "^4.3.8",
2626
"nitropack": "^2.8.1",
2727
"stripe": "^14.17.0",
2828
"superjson": "^2.2.1",

pnpm-lock.yaml

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)