Commit 08cd831
committed
fix(auth): correct LOG exception parameter order
- Exception must come before logPairs in LOG.warn calls1 parent d6b3020 commit 08cd831
File tree
2 files changed
+2
-2
lines changed- qqq-backend-core/src/main/java/com/kingsrook/qqq/backend/core/modules/authentication/implementations
- qqq-middleware-javalin/src/main/java/com/kingsrook/qqq/middleware/javalin/executors
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
683 | 683 | | |
684 | 684 | | |
685 | 685 | | |
686 | | - | |
| 686 | + | |
687 | 687 | | |
688 | 688 | | |
689 | 689 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
0 commit comments