Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5b38083

Browse files
未绑定手机号以及邮箱的用户在第一次绑定时不需要输入密码
1 parent de01243 commit 5b38083

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎Coding_iOS/Coding_Enterprise_iOS-Info.plist‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</dict>
2929
</array>
3030
<key>CFBundleVersion</key>
31-
<string>2.9.5.201806190930</string>
31+
<string>2.9.5.201806191800</string>
3232
<key>ITSAppUsesNonExemptEncryption</key>
3333
<false/>
3434
<key>LSApplicationQueriesSchemes</key>

‎Coding_iOS/Coding_iOS-Info.plist‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</dict>
3838
</array>
3939
<key>CFBundleVersion</key>
40-
<string>5.4.201806151800</string>
40+
<string>5.4.201806191800</string>
4141
<key>ITSAppUsesNonExemptEncryption</key>
4242
<false/>
4343
<key>LSApplicationQueriesSchemes</key>

‎Coding_iOS/Controllers/MeSetting/SettingEmailViewController.m‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ - (void)doneBtnClicked:(id)sender{
143143
NSString *tipStr;
144144
if (![_email isEmail]) {
145145
tipStr = @"邮箱格式有误";
146-
}else if (_two_factor_code.length <= 0){
146+
}else if (_two_factor_code.length <= 0 && ![Login curLoginUser].hasNoEamilAndPhone){
147147
tipStr = !_is2FAOpen? @"请填写密码": @"请填写两步验证码";
148148
}else if (_j_captcha.length <= 0){
149149
tipStr = @"请填写验证码";

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /