fix refresh data carrying
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-08-03 16:21:00 +02:00
parent 84be087743
commit 122bd7b574
3 changed files with 10 additions and 4 deletions

View File

@ -139,7 +139,7 @@ class GatewayClass {
const con = req.connection as unknown as Record<string, unknown>;
con.auth = {
token_id: refresh_result.access_token_id,
token_data: this._options.refresh_settings.data
token_data: ver.data
};
logger ('tokens refreshed');