1
0

Enhance: 2段階認証時のリカバリーコードのファイル名にサーバーURLを含めるように (#15677)

* enhance(frontend): include server hostname and port in 2fa recovery code filename

* chore(frontend): fix mistake(use `@` for indicate server hostname)

---------

Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
This commit is contained in:
Sayamame-beans
2025-03-19 19:34:57 +09:00
committed by GitHub
parent 3b20279e20
commit 71841e365e
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -18,6 +18,7 @@
- Enhance: 投稿フォームの設定メニューを改良
- 投稿フォームをリセットできるように
- 文字数カウントを復活
- Enhance: 2段階認証時のリカバリーコードのファイル名にサーバーURLを含めるように
- Fix: テーマ切り替え時に一部の色が変わらない問題を修正
### Server