forked from spacebar/rust-nex
please show me the issue
This commit is contained in:
parent
73d70a6188
commit
ca2e7372ed
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
})?;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue