mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #13711 from overleaf/em-fix-git-bridge-dev-env
Fix git-bridge client secret in dev env GitOrigin-RevId: 385ccfacd3d41ad855f1d41e483bf0b762e5665b
This commit is contained in:
parent
b1f246b9ba
commit
e33bf3e450
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ for git-bridge.
|
|||
|
||||
```
|
||||
db.oauthApplications.insert({
|
||||
"clientSecret" : "e6b2e9eee7ae2bb653823250bb69594a91db0547fe3790a7135acb497108e62d",
|
||||
"clientSecret" : "v1.G5HHTXfxsJMmfFhSar9QhJLg/u4KpGpYOdPGwoKdZXk=",
|
||||
"grants" : [
|
||||
"password"
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue