please show me the issue
All checks were successful
Build and Test / puyopuyo (push) Successful in 3m37s
Build and Test / mario-tennis (push) Successful in 3m41s
Build and Test / wii-sports-club (push) Successful in 3m58s
Build and Test / wii-u-chat (push) Successful in 3m57s
Build and Test / fast-racing-neo (push) Successful in 3m57s
Build and Test / friends (push) Successful in 3m59s
Build and Test / minecraft-wiiu (push) Successful in 4m3s
Build and Test / super-mario-maker (push) Successful in 4m32s
Build and Test / sonic-transformed (push) Successful in 4m9s
Build and Test / splatoon (push) Successful in 4m8s
Build and Test / splatoon-testfire (push) Successful in 4m10s

This commit is contained in:
red binder 2026-06-23 01:19:21 +02:00
commit ca2e7372ed

View file

@ -344,6 +344,7 @@ impl AccountManagement for FriendsGuest {
let decoded_token = decode_token(&*extra_info.nex_token).map_err(|e| {
log::error!("failed to decode token: {}", e);
log::info!("{:?}", extra_info.nex_token);
ErrorCode::Authentication_InvalidParam
})?;