chore(i18n,curriculum): processed translations (#44416)

This commit is contained in:
camperbot
2021-12-08 20:19:11 +05:30
committed by GitHub
parent b320532f8f
commit 792ec8917c
6 changed files with 6 additions and 6 deletions

View File

@ -111,7 +111,7 @@ Debe establecerse correctamente el secreto de sesión y sesión.
(data) => {
assert.match(
data,
/secret:( |)process\.env(\.SESSION_SECRET|\[(?<q>"|')SESSION_SECRET\k<q>\])/g,
/secret *: *process\.env(\.SESSION_SECRET|\[(?<q>"|')SESSION_SECRET\k<q>\])/g,
'Your express app should have express-session set up with your secret as process.env.SESSION_SECRET'
);
},