♻️ Adjust naming to new “authentication” pattern

This commit is contained in:
Philipp Stracker 2025-01-02 18:19:41 +01:00
parent 69d169533d
commit 1246a02f07
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -182,7 +182,7 @@ export const connectViaSecret = function* () {
yield select( STORE_NAME ).persistentData();
return yield {
type: ACTION_TYPES.DO_MANUAL_CONNECTION,
type: ACTION_TYPES.DO_MANUAL_AUTHENTICATION,
clientId,
clientSecret,
useSandbox,