feat: 更新贡献昵称逻辑,允许用户留空昵称并调整相关测试用例
This commit is contained in:
+1
-1
@@ -6619,7 +6619,7 @@ async function refreshOAuthUrlBeforeStep6(state) {
|
||||
if (state?.contributionMode && contributionOAuthManager?.startContributionFlow) {
|
||||
await addLog('步骤 7:contributionMode=true,走公开贡献接口,正在申请 OAuth 登录地址...', 'info');
|
||||
const contributionState = await contributionOAuthManager.startContributionFlow({
|
||||
nickname: state.email,
|
||||
nickname: state.contributionNickname || '',
|
||||
openAuthTab: false,
|
||||
stateOverride: state,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user