]> BookStack Code Mirror - bookstack/commit
Fixed social auth login audit log messages
authorDan Brown <redacted>
Wed, 15 Sep 2021 19:55:10 +0000 (20:55 +0100)
committerDan Brown <redacted>
Wed, 15 Sep 2021 19:55:10 +0000 (20:55 +0100)
commit8a7408bd312d42b3dffb39136888a032fdba82da
treefe146f900ce39f457f17e0076d56fe77c8b94d90
parent85651871388f2051cc7ad1279f6aeeff8d820848
Fixed social auth login audit log messages

Was logging the whole social account instance instead of just the
method.
Updated tests to cover.

Fixes #2930
app/Auth/Access/SocialAuthService.php
tests/Auth/SocialAuthTest.php
tests/TestCase.php