diff --git a/MFA.md b/MFA.md index 62891dd799..68d0ada21a 100644 --- a/MFA.md +++ b/MFA.md @@ -198,4 +198,4 @@ CREATE TABLE account_mfa_settings ( --- *Last updated: 2025-07-09* -*Implementation completed and tested successfully* \ No newline at end of file +*Implementation completed and tested successfully* diff --git a/web/docs/MFA_IMPLEMENTATION.md b/web/docs/MFA_IMPLEMENTATION.md index 0fbf7db61a..47f931465f 100644 --- a/web/docs/MFA_IMPLEMENTATION.md +++ b/web/docs/MFA_IMPLEMENTATION.md @@ -171,4 +171,4 @@ Accountテーブルに追加されたフィールド: ## 連絡先 実装に関する質問がある場合は、このドキュメントと併せて以下を参照してください: - `/CLAUDE.md` - プロジェクト固有のルール -- `/api/tests/mfa_test_instructions.md` - テスト手順詳細 \ No newline at end of file +- `/api/tests/mfa_test_instructions.md` - テスト手順詳細 diff --git a/web/docs/MFA_TESTING.md b/web/docs/MFA_TESTING.md index 1344d23df4..c8d23c0a76 100644 --- a/web/docs/MFA_TESTING.md +++ b/web/docs/MFA_TESTING.md @@ -97,4 +97,4 @@ Based on the implementation, here are the key scenarios to test manually: 1. Install test dependencies in Docker containers during build 2. Add test commands to Makefile for easier execution 3. Consider using Flask test client fixtures for better test isolation -4. Add integration tests that test the full MFA flow end-to-end \ No newline at end of file +4. Add integration tests that test the full MFA flow end-to-end