mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-29 13:23:40 -05:00
Merge pull request #11855 from overleaf/jpa-fix-config
[web] fix access-token-encryptor config GitOrigin-RevId: b16002159a3f0004e83ddb4b0cde3b33211184b3
This commit is contained in:
parent
b6d5b97326
commit
3c9ace481d
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ const overrides = {
|
||||||
twoFactorAuthentication: {
|
twoFactorAuthentication: {
|
||||||
accessTokenEncryptorOptions: {
|
accessTokenEncryptorOptions: {
|
||||||
cipherPasswords: {
|
cipherPasswords: {
|
||||||
'2023.1-v3': 'this-is-just-a-test-secret',
|
'2023.1-v3': 'this-is-a-weak-secret-for-tests-web-2023.1-v3',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue