1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00

Remove oauth credentials as fillable properties

This commit is contained in:
David Bomba 2023-04-25 08:35:04 +10:00
parent fa1f16f36d
commit 9f96c2866d
2 changed files with 2 additions and 5 deletions

View File

@ -257,8 +257,8 @@ class User extends Authenticatable implements MustVerifyEmail
'custom_value3', 'custom_value3',
'custom_value4', 'custom_value4',
'is_deleted', 'is_deleted',
'oauth_user_token', // 'oauth_user_token',
'oauth_user_refresh_token', // 'oauth_user_refresh_token',
]; ];
/** /**

View File

@ -385,9 +385,6 @@ class GoCardlessPaymentDriver extends BaseDriver
); );
} }
public function ensureMandateIsReady($token) public function ensureMandateIsReady($token)
{ {
try { try {