Skip to content

fix: update hono and fix sign up issues #464

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading