We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a1e6d6 commit c0e0c1dCopy full SHA for c0e0c1d
maui/samples/Gallery/Samples/OtpInput/SignUpPage/Helper/SignUpBehavior.cs
@@ -66,7 +66,7 @@ protected override void OnAttachedTo(SampleView bindable)
66
base.OnAttachedTo(bindable);
67
}
68
69
- private void ResentOTPTapped(object? sender, TappedEventArgs e)
+ void ResentOTPTapped(object? sender, TappedEventArgs e)
70
{
71
_signUpViewModel = _signUp?.BindingContext as SignUpViewModel;
72
if (_signUpViewModel is not null && _otpPopUp is not null && _otpVerify is not null)
0 commit comments