[PR #5665] [CLOSED] fix: show outlook client secret on desktop for org account setup #5518

Closed
opened 2026-06-05 15:21:36 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/5665
Author: @nehaprasad-dev
Created: 5/20/2026
Status: Closed

Base: masterHead: fix/app-int-dsk-cli


📝 Commits (1)

  • 48acdfd fix: show Outlook Client Secret on desktop for org account setup

📊 Changes

2 files changed (+36 additions, -36 deletions)

View changed files

📝 frontend/src/pages/Admin/Agents/OutlookSkillPanel/index.jsx (+32 -32)
📝 frontend/src/pages/Admin/Agents/index.jsx (+4 -4)

📄 Description

pull Request Type

  • fix (Bug fix)

Relevant Issues

Description

  • Desktop Outlook setup hid the Client Secret field when using organization accounts. Reordered fields (Client ID → Client - Secret → Tenant ID), removed config overflow clipping, and fixed agent panel scrolling so the secret input stays visible.

Visuals (if applicable)

N/A

Additional Information

  • frontend/src/pages/Admin/Agents/OutlookSkillPanel/index.jsx
  • frontend/src/pages/Admin/Agents/index.jsx

Developer Validations

  • yarn lint
  • Tested Outlook org config on desktop
  • Docker build succeeds locally

Test plan

  • Enable Outlook → Organization accounts only.
  • Confirm Client Secret shows between Client ID and Tenant ID.
  • Fill all three fields → warning clears.
  • Authenticate with Microsoft works with valid credentials.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/5665 **Author:** [@nehaprasad-dev](https://github.com/nehaprasad-dev) **Created:** 5/20/2026 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix/app-int-dsk-cli` --- ### 📝 Commits (1) - [`48acdfd`](https://github.com/Mintplex-Labs/anything-llm/commit/48acdfd7021918e43a16f476e493367fe48c18ac) fix: show Outlook Client Secret on desktop for org account setup ### 📊 Changes **2 files changed** (+36 additions, -36 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/pages/Admin/Agents/OutlookSkillPanel/index.jsx` (+32 -32) 📝 `frontend/src/pages/Admin/Agents/index.jsx` (+4 -4) </details> ### 📄 Description #### pull Request Type - [x] fix (Bug fix) #### Relevant Issues - resolves #5659 #### Description - Desktop Outlook setup hid the Client Secret field when using organization accounts. Reordered fields (Client ID → Client - Secret → Tenant ID), removed config overflow clipping, and fixed agent panel scrolling so the secret input stays visible. #### Visuals (if applicable) N/A #### Additional Information - frontend/src/pages/Admin/Agents/OutlookSkillPanel/index.jsx - frontend/src/pages/Admin/Agents/index.jsx #### Developer Validations - [ ] yarn lint - [ ] Tested Outlook org config on desktop - [ ] Docker build succeeds locally #### Test plan - Enable Outlook → Organization accounts only. - Confirm Client Secret shows between Client ID and Tenant ID. - Fill all three fields → warning clears. - Authenticate with Microsoft works with valid credentials. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 15:21:36 -04:00
yindo closed this issue 2026-06-05 15:21:36 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#5518