去除引用common.props
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
using JNPF.Extras.CollectiveOAuth.Cache;
|
||||
using JNPF.Extras.CollectiveOAuth.Config;
|
||||
using JNPF.Extras.CollectiveOAuth.Enums;
|
||||
using JNPF.Extras.CollectiveOAuth.Models;
|
||||
using JNPF.Extras.CollectiveOAuth.Utils;
|
||||
using JNPF.Extras.CollectiveOAuth.Enums;
|
||||
|
||||
namespace JNPF.Extras.CollectiveOAuth.Request;
|
||||
|
||||
@@ -74,7 +74,7 @@ public class TeambitionAuthRequest : DefaultAuthRequest
|
||||
return authUser;
|
||||
}
|
||||
|
||||
|
||||
|
||||
public override AuthResponse refresh(AuthToken oldToken)
|
||||
{
|
||||
string uid = oldToken.uid;
|
||||
|
||||
Reference in New Issue
Block a user