[PR #4902] [MERGED] 🐛 Bug FIX: OpendID first login is not working properly when using config.json or ENV VARS #5650

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4902
Author: @lelemm
Created: 4/30/2025
Status: Merged
Merged: 5/1/2025
Merged by: @lelemm

Base: masterHead: bugfix/openid_first_login


📝 Commits (2)

📊 Changes

4 files changed (+64 additions, -31 deletions)

View changed files

📝 packages/desktop-client/src/components/manager/subscribe/Login.tsx (+41 -25)
📝 packages/sync-server/src/accounts/openid.js (+11 -4)
📝 packages/sync-server/src/app.js (+6 -2)
upcoming-release-notes/4902.md (+6 -0)

📄 Description

When using config.json or ENV VARS for openid, first login was not working properly


🔄 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/4902 **Author:** [@lelemm](https://github.com/lelemm) **Created:** 4/30/2025 **Status:** ✅ Merged **Merged:** 5/1/2025 **Merged by:** [@lelemm](https://github.com/lelemm) **Base:** `master` ← **Head:** `bugfix/openid_first_login` --- ### 📝 Commits (2) - [`493d2c9`](https://github.com/actualbudget/actual/commit/493d2c9c2b2b4d98dcb924dc8f2dcd2d3babf1e1) First login was not working properly - [`b16e4ee`](https://github.com/actualbudget/actual/commit/b16e4eec5bb33b743cb91939ccf8b5dce26251a2) md ### 📊 Changes **4 files changed** (+64 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/manager/subscribe/Login.tsx` (+41 -25) 📝 `packages/sync-server/src/accounts/openid.js` (+11 -4) 📝 `packages/sync-server/src/app.js` (+6 -2) ➕ `upcoming-release-notes/4902.md` (+6 -0) </details> ### 📄 Description When using config.json or ENV VARS for openid, first login was not working properly --- <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:16:04 -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#5650