Skip to content

Commit 1f3c82c

Browse files
committed
NFC-47 Use snake case
1 parent 7a03143 commit 1f3c82c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/src/main/resources/templates/webeid-login.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
return;
4242
}
4343

44-
const authToken = payload["auth-token"];
44+
const authToken = payload["auth_token"];
4545

4646
try {
4747
const response = await fetch(/*[[${loginProcessingPath}]]*/, {

0 commit comments

Comments
 (0)