update: add bearer in the verity auth headers
This commit is contained in:
@@ -35,7 +35,7 @@ const verityAxiosConfig = () => {
|
||||
return {
|
||||
baseURL: verityBaseUrl,
|
||||
headers: {
|
||||
Authorization: verityToken
|
||||
Authorization: `Bearer ${verityToken}`
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user