fix: add missing newlines to MFA documentation files

- Add newline at end of MFA.md
- Add newline at end of web/docs/MFA_IMPLEMENTATION.md
- Add newline at end of web/docs/MFA_TESTING.md
- Fixes remaining Super-linter EditorConfig violations
pull/22206/head
k-brahma-dify 10 months ago
parent ddf4794121
commit ef596315b1

@ -198,4 +198,4 @@ CREATE TABLE account_mfa_settings (
--- ---
*Last updated: 2025-07-09* *Last updated: 2025-07-09*
*Implementation completed and tested successfully* *Implementation completed and tested successfully*

@ -171,4 +171,4 @@ Accountテーブルに追加されたフィールド:
## 連絡先 ## 連絡先
実装に関する質問がある場合は、このドキュメントと併せて以下を参照してください: 実装に関する質問がある場合は、このドキュメントと併せて以下を参照してください:
- `/CLAUDE.md` - プロジェクト固有のルール - `/CLAUDE.md` - プロジェクト固有のルール
- `/api/tests/mfa_test_instructions.md` - テスト手順詳細 - `/api/tests/mfa_test_instructions.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 1. Install test dependencies in Docker containers during build
2. Add test commands to Makefile for easier execution 2. Add test commands to Makefile for easier execution
3. Consider using Flask test client fixtures for better test isolation 3. Consider using Flask test client fixtures for better test isolation
4. Add integration tests that test the full MFA flow end-to-end 4. Add integration tests that test the full MFA flow end-to-end

Loading…
Cancel
Save