[F] Fix bearer discrepency

pull/29/head
Azalea 2024-03-26 20:51:10 -04:00
parent 3380ea3609
commit 73d05e7cbf
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@ class UserLoginHandler(mapper: BasicMapper) : BaseHandler {
"loginCount" to 1,
"consecutiveLoginCount" to 0,
"loginId" to 1,
"Bearer" to "meow" // Isn't actually used by the game
"Bearer" to "meow", // Isn't actually used by the game
"bearer" to "meow"
))
override fun handle(request: Map<String, Any>) = resp