@@ -584,8 +584,7 @@
if([_curKeyToForgetPwd isEqualToString:keyToForgetPwd]){
[[NSNotificationCenter defaultCenter] postNotificationName:forgetPwdNotification object:nil];
}
- else{
- _curKeyToForgetPwd = [NSMutableString new];
- }
+
+ _curKeyToForgetPwd = [NSMutableString new];
@end