How do I set the context variables with a single call? #1867
Unanswered
TheOnlyTails
asked this question in
Q&A
Replies: 1 comment
-
I guess you can set it up like this: c.set('userInfo', {
username: 'username',
password: 'password',
}) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to set the entire context object with a single
set
call, like this?Beta Was this translation helpful? Give feedback.
All reactions