mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat: Set keyboardShortcuts to true for authUser in seedAuthUser.js (#46971)
This commit is contained in:
@@ -85,7 +85,7 @@ const authUser = {
|
||||
isDonating: envVariables.includes('--donor'),
|
||||
emailAuthLinkTTL: null,
|
||||
emailVerifyTTL: null,
|
||||
keyboardShortcuts: false
|
||||
keyboardShortcuts: true
|
||||
};
|
||||
|
||||
const blankUser = {
|
||||
|
||||
Reference in New Issue
Block a user