1
0
mirror of https://github.com/desktop/desktop synced 2024-06-30 22:54:41 +00:00

Merge pull request #18890 from desktop/enable-gcm-on-prod

Enable credential helper trampoline and GCM in prod
This commit is contained in:
Markus Olsson 2024-06-25 15:53:31 +02:00 committed by GitHub
commit b66d832160
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -103,5 +103,5 @@ export const enableGroupDiffCheckmarks = enableDiffCheckMarksAndLinkUnderlines
export const enableLinkUnderlines = enableDiffCheckMarksAndLinkUnderlines
export const enableExternalCredentialHelper = enableBetaFeatures
export const enableCredentialHelperTrampoline = enableBetaFeatures
export const enableExternalCredentialHelper = () => true
export const enableCredentialHelperTrampoline = () => true