[PR #4530] [MERGED] 🐛 Fixes for OpenID with the new config #5434

Closed
opened 2026-02-28 21:12:24 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4530
Author: @lelemm
Created: 3/4/2025
Status: Merged
Merged: 3/4/2025
Merged by: @lelemm

Base: masterHead: bugfix/openid_new_loadconfig


📝 Commits (2)

📊 Changes

5 files changed (+26 additions, -28 deletions)

View changed files

📝 packages/desktop-client/src/components/manager/subscribe/OpenIdForm.tsx (+1 -1)
📝 packages/loot-core/src/server/main.ts (+0 -17)
📝 packages/loot-core/src/types/models/openid.d.ts (+2 -1)
📝 packages/sync-server/src/accounts/openid.js (+17 -9)
upcoming-release-notes/4530.md (+6 -0)

📄 Description

I had to introduce a new env var to make this work, its not working properly. this fixes the new variable usage


🔄 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/actualbudget/actual/pull/4530 **Author:** [@lelemm](https://github.com/lelemm) **Created:** 3/4/2025 **Status:** ✅ Merged **Merged:** 3/4/2025 **Merged by:** [@lelemm](https://github.com/lelemm) **Base:** `master` ← **Head:** `bugfix/openid_new_loadconfig` --- ### 📝 Commits (2) - [`30ab47f`](https://github.com/actualbudget/actual/commit/30ab47f6fd863eac7f264a23226e7a0c4aca2a71) Fixes for openid with the new config - [`4e6f4c6`](https://github.com/actualbudget/actual/commit/4e6f4c6857abe68baea5f48f16294257c988b9bf) md ### 📊 Changes **5 files changed** (+26 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/manager/subscribe/OpenIdForm.tsx` (+1 -1) 📝 `packages/loot-core/src/server/main.ts` (+0 -17) 📝 `packages/loot-core/src/types/models/openid.d.ts` (+2 -1) 📝 `packages/sync-server/src/accounts/openid.js` (+17 -9) ➕ `upcoming-release-notes/4530.md` (+6 -0) </details> ### 📄 Description I had to introduce a new env var to make this work, its not working properly. this fixes the new variable usage --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-02-28 21:12:24 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#5434