fix: incorrect nex password length
This commit is contained in:
parent
5e18940a00
commit
68dc89532c
3 changed files with 11 additions and 0 deletions
|
|
@ -101,6 +101,8 @@ pub async fn get_nex_token(pool: &State<Pool>, auth: Auth<true>, game_server_id:
|
|||
|
||||
let host = host.ip();
|
||||
|
||||
|
||||
|
||||
Ok(
|
||||
Xml(
|
||||
NexToken{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue