Skip to content

Commit

Permalink
fix: update hono and fix sign up issues
Browse files Browse the repository at this point in the history
  • Loading branch information
BlankParticle committed May 21, 2024
1 parent 526a57e commit 21d2c7b
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 27 deletions.
2 changes: 1 addition & 1 deletion apps/mail-bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@u22n/tsconfig": "^0.0.2",
"@u22n/utils": "workspace:*",
"drizzle-orm": "^0.30.3",
"hono": "^4.3.7",
"hono": "^4.3.8",
"mailauth": "^4.6.5",
"mailparser": "^3.6.9",
"mysql2": "^3.9.7",
Expand Down
2 changes: 1 addition & 1 deletion apps/platform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@u22n/tsconfig": "^0.0.2",
"@u22n/utils": "workspace:^",
"@unkey/ratelimit": "^0.1.3",
"hono": "^4.3.7",
"hono": "^4.3.8",
"itty-time": "^1.0.6",
"lucia": "^3.1.1",
"oslo": "^1.1.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@u22n/database": "workspace:*",
"@u22n/tsconfig": "^0.0.2",
"@u22n/utils": "workspace:*",
"hono": "^4.3.7",
"hono": "^4.3.8",
"sharp": "^0.33.2",
"unstorage": "^1.10.2",
"zod": "^3.23.8"
Expand Down
12 changes: 11 additions & 1 deletion apps/web/src/app/join/secure/_components/modals.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,17 @@ export function RecoveryCodeModal({
not be able to recover your account
</Text>
<Card>
<Text className="break-words font-mono">{recoveryCode}</Text>
<div className="flex gap-1">
<Text className="w-full break-words font-mono">
{recoveryCode}
</Text>
<CopyButton
text={recoveryCode}
onCopy={() => {
setDownloaded(true);
}}
/>
</div>
</Card>
<Button
size="2"
Expand Down
2 changes: 1 addition & 1 deletion ee/apps/billing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@u22n/database": "workspace:*",
"@u22n/tsconfig": "^0.0.2",
"@u22n/utils": "workspace:*",
"hono": "^4.3.7",
"hono": "^4.3.8",
"nitropack": "^2.8.1",
"stripe": "^14.17.0",
"superjson": "^2.2.1",
Expand Down
44 changes: 22 additions & 22 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 21d2c7b

Please sign in to comment.