We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a03143 commit 1f3c82cCopy full SHA for 1f3c82c
example/src/main/resources/templates/webeid-login.html
@@ -41,7 +41,7 @@
41
return;
42
}
43
44
- const authToken = payload["auth-token"];
+ const authToken = payload["auth_token"];
45
46
try {
47
const response = await fetch(/*[[${loginProcessingPath}]]*/, {
0 commit comments