mirror of
https://github.com/certd/certd.git
synced 2026-04-24 12:27:25 +08:00
chore: oidc自动注册时增加邮箱
This commit is contained in:
@@ -129,6 +129,7 @@ export class OidcOauthProvider extends BaseAddon implements IOauthProvider {
|
||||
openId: claims.sub,
|
||||
nickName: claims.nickname || claims.name || claims.username || claims.preferred_username || "",
|
||||
avatar: claims.picture,
|
||||
email: claims.email || "",
|
||||
},
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user