mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Remove oauth credentials as fillable properties
This commit is contained in:
parent
fa1f16f36d
commit
9f96c2866d
@ -257,8 +257,8 @@ class User extends Authenticatable implements MustVerifyEmail
|
||||
'custom_value3',
|
||||
'custom_value4',
|
||||
'is_deleted',
|
||||
'oauth_user_token',
|
||||
'oauth_user_refresh_token',
|
||||
// 'oauth_user_token',
|
||||
// 'oauth_user_refresh_token',
|
||||
];
|
||||
|
||||
/**
|
||||
|
@ -385,9 +385,6 @@ class GoCardlessPaymentDriver extends BaseDriver
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
public function ensureMandateIsReady($token)
|
||||
{
|
||||
try {
|
||||
|
Loading…
x
Reference in New Issue
Block a user