Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoishin committed Feb 10, 2024
1 parent c2f4fd2 commit fee0486
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- ./local-proxy/www.japanese-restream.org.localhost-key.pem:/ssl/key.pem
- ./build/client/assets:/www/assets
db:
image: postgres:16.1
image: postgres:16
volumes:
- db_data:/var/lib/postgresql/data/
environment:
Expand Down
7 changes: 3 additions & 4 deletions src/app/routes/_base.sign-in.email.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,10 @@ export const action = async ({ request }: ActionFunctionArgs) => {
await sendEmail({
to: email,
subject: "japanese-restream.org: ログイン",
body: [
"Japanese Restreamのウェブサイトにログインするには、以下のリンクをクリックしてください。",
body:
"Japanese Restreamのウェブサイトにログインするには、以下のリンクをクリックしてください。このメールに心当たりがない場合は、このメールを無視してください。" +
"\n\n" +
url.href,
"このメールに心当たりがない場合は、このメールを無視してください。",
].join("\n\n"),
});

return null;
Expand Down

0 comments on commit fee0486

Please sign in to comment.