refactor(core): Use consistent CSRF state validation across oAuth controllers (#9104)
Co-authored-by: Danny Martini <danny@n8n.io>
This commit is contained in:
committed by
GitHub
parent
3b93aae6dc
commit
b585777c79
@@ -377,7 +377,7 @@ export declare namespace OAuthRequest {
|
||||
{},
|
||||
{},
|
||||
{},
|
||||
{ oauth_verifier: string; oauth_token: string; cid: string }
|
||||
{ oauth_verifier: string; oauth_token: string; state: string }
|
||||
> & {
|
||||
user?: User;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user