Skip to content

Commit

Permalink
debug8
Browse files Browse the repository at this point in the history
  • Loading branch information
varmoh authored Jan 16, 2024
1 parent 2d559e7 commit 4795c44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env.test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
RELEASE=PRE-ALPHA-kube
VERSION=1
BUILD=12
FIX=21
FIX=22
4 changes: 2 additions & 2 deletions Ruuter/public/v2/backoffice/GET/login-with-tara.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ generate_cookie:
"displayName": "${user.displayName}",
"firstName": "${user.firstName}",
"lastName": "${user.lastName}",
"csaEmail": "",
"csaTitle": "",
"csaEmail": "${user.csaEmail}",
"csaTitle": "${user.csaTitle}",
"authorities": "${user.authorities}",
"authMethod": "${tara_info.response.body.authMethod}",
"fullName": "${tara_info.response.body.fullName}"
Expand Down

0 comments on commit 4795c44

Please sign in to comment.