fixed the problem with SocialNorm, turned out to be due to bad config of session
This commit is contained in:
+1
-1
@@ -192,6 +192,6 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'same_site' => null,
|
||||
'same_site' => 'lax', // this was changed, leaving it as 'null' caused session to be reset during oAuth2 login
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user