1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-06 04:00:05 +00:00

fix(refresh-token): improved error message

This commit is contained in:
Yury Shkoda
2022-07-18 14:35:33 +03:00
parent 7b8fb774cc
commit a39faa0f4b
4 changed files with 12 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ export async function refreshTokensForSasjs(
}
})
.catch((err) => {
throw prefixMessage(err, 'Error while refreshing tokens')
throw prefixMessage(err, 'Error while refreshing tokens: ')
})
return authResponse