mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-23 18:26:38 +08:00
feat: 优化第三方登录结构
This commit is contained in:
@@ -63,7 +63,7 @@ namespace Yi.Framework.AspNetCore.Authentication.OAuth
|
||||
|
||||
protected virtual void VerifyErrResponse(string content)
|
||||
{
|
||||
return;
|
||||
AuthticationErrCodeModel.VerifyErrResponse(content);
|
||||
}
|
||||
|
||||
protected abstract Task<List<Claim>> GetAuthTicketAsync(string code);
|
||||
|
||||
Reference in New Issue
Block a user