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:
parent
fa1f16f36d
commit
9f96c2866d
@ -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',
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -385,9 +385,6 @@ class GoCardlessPaymentDriver extends BaseDriver
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
public function ensureMandateIsReady($token)
|
public function ensureMandateIsReady($token)
|
||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user