SUPPORT-9164: Fix
This commit is contained in:
parent
b4ebf2d58c
commit
5e4c3ace73
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ public class EsiaAuthInfoStore {
|
|||
}
|
||||
return;
|
||||
}
|
||||
statesStringBuilder.append(expiringState.getState(), 0, 8).append(", ");
|
||||
statesStringBuilder.append(expiringState.getState()).append(", ");
|
||||
}
|
||||
throw new EsiaException(
|
||||
"State invalid. PrnsUUID: " + prnsUUID + ". Sticky session:" + stickySession
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue