refactor(auth): share profile id dedupe helper

This commit is contained in:
Peter Steinberger
2026-02-16 22:51:42 +00:00
parent ff7a735115
commit 230e1d9962
5 changed files with 12 additions and 29 deletions

View File

@@ -5,6 +5,7 @@ export { resolveApiKeyForProfile } from "./auth-profiles/oauth.js";
export { resolveAuthProfileOrder } from "./auth-profiles/order.js";
export { resolveAuthStorePathForDisplay } from "./auth-profiles/paths.js";
export {
dedupeProfileIds,
listProfilesForProvider,
markAuthProfileGood,
setAuthProfileOrder,