mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[PR #973] [MERGED] feat(frontend): expose auto-link existing accounts in OIDC provider settings #1141
Labels
No labels
A1
automated
automated
bug
bug
Closed due to inactivity
contrib
dependencies
dependencies
duplicate
enhancement
feedback
hold
invalid
Notes
P1S
pull-request
security
security
ThumbsUp
user-report
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bambuddy#1141
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/maziggy/bambuddy/pull/973
Author: @netscout2001
Created: 4/14/2026
Status: ✅ Merged
Merged: 4/14/2026
Merged by: @maziggy
Base:
dev← Head:feature/2fa-oidc-authentication📝 Commits (3)
6c052a0feat(frontend): add auto-link existing accounts toggle to OIDC provider settings6b12525Merge branch 'dev' into feature/2fa-oidc-authenticationddd86e0Merge branch 'dev' into feature/2fa-oidc-authentication📊 Changes
9 files changed (+31 additions, -0 deletions)
View changed files
📝
frontend/src/api/client.ts(+2 -0)📝
frontend/src/components/OIDCProviderSettings.tsx(+15 -0)📝
frontend/src/i18n/locales/de.ts(+2 -0)📝
frontend/src/i18n/locales/en.ts(+2 -0)📝
frontend/src/i18n/locales/fr.ts(+2 -0)📝
frontend/src/i18n/locales/it.ts(+2 -0)📝
frontend/src/i18n/locales/ja.ts(+2 -0)📝
frontend/src/i18n/locales/pt-BR.ts(+2 -0)📝
frontend/src/i18n/locales/zh-CN.ts(+2 -0)📄 Description
Summary
Small follow-up to #933 / closes #902.
The backend field
auto_link_existing_accounts(added in #933) was neverwired up in the frontend — the toggle was missing from the OIDC provider
form, edit view, and info display. As a result, admins had no way to enable
or disable the setting via the UI.
Changes
frontend/src/api/client.ts— addauto_link_existing_accountstoOIDCProviderandOIDCProviderCreateinterfacesfrontend/src/components/OIDCProviderSettings.tsx— add toggle inprovider form, populate edit initial state, show value in info display
autoLink/autoLinkDesctranslation keys(en, de, fr, it, pt-BR, zh-CN, ja)
Tested
is visible and saved correctly
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.