diff --git a/src/actions.ts b/src/actions.ts index b19b084c..d25045a2 100644 --- a/src/actions.ts +++ b/src/actions.ts @@ -172,7 +172,7 @@ const generateAuthActions = (config: { [key: string]: any }): ActionsExport => { dispatch(verifyTokenRequestSent()) try { const response = await axios({ - method: 'GET', + method: 'POST', url: `${authUrl}/validate_token`, params: verificationParams, })