Skip to content

Commit

Permalink
fix: fix not using correct csrf token cookie name
Browse files Browse the repository at this point in the history
  • Loading branch information
duruer committed Jun 8, 2024
1 parent d61693e commit 5ece10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pano/src/main/kotlin/com/panomc/platform/AppConstants.kt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object AppConstants {

const val COOKIE_PREFIX = "pano_"

const val CSRF_TOKEN_COOKIE_NAME = "csrfToken"
const val CSRF_TOKEN_COOKIE_NAME = "csrf_token"

const val JWT_COOKIE_NAME = "auth_token"

Expand Down

0 comments on commit 5ece10a

Please sign in to comment.