mirror of
https://github.com/strapi/strapi.git
synced 2025-12-26 14:44:31 +00:00
Update packages/core/admin/server/strategies/api-token.js
Co-authored-by: Ben Irvin <ben@innerdvations.com>
This commit is contained in:
parent
98c0a2a5d1
commit
cb6e70693d
@ -80,7 +80,7 @@ const verify = (auth, config) => {
|
||||
|
||||
strapi.telemetry.send('didReceiveAPIRequest', {
|
||||
eventProperties: {
|
||||
authenticationMetod: auth?.strategy?.name || 'api-token',
|
||||
authenticationMethod: auth?.strategy?.name || 'api-token',
|
||||
isAuthenticated: !isEmpty(apiToken),
|
||||
},
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user