File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -444,7 +444,7 @@ - (void) requestAuth:(NSString * _Nonnull) url{
444444- (void ) requestOtp : (NSString * _Nonnull) otpmessage {
445445 [self notifyShowingDialog ];
446446 [self notifyBeforeValidate ];
447- UIAlertController* tkalert = [UIAlertController alertControllerWithTitle: @" Enter OTP "
447+ UIAlertController* tkalert = [UIAlertController alertControllerWithTitle: @" Authentication required "
448448 message: otpmessage
449449 preferredStyle: UIAlertControllerStyleAlert];
450450
@@ -466,7 +466,7 @@ - (void) requestOtp:(NSString * _Nonnull) otpmessage{
466466 }];
467467
468468 [tkalert addTextFieldWithConfigurationHandler: ^(UITextField *textField) {
469- textField.placeholder = @" OTP " ;
469+ textField.placeholder = @" _____ " ;
470470 textField.clearButtonMode = UITextFieldViewModeWhileEditing;
471471 }];
472472 [tkalert addAction: tkdefaultAction];
You can’t perform that action at this time.
0 commit comments