diff options
Diffstat (limited to 'TwoStepsAuthenticator.TestApp')
-rw-r--r-- | TwoStepsAuthenticator.TestApp/MainWindow.xaml.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TwoStepsAuthenticator.TestApp/MainWindow.xaml.cs b/TwoStepsAuthenticator.TestApp/MainWindow.xaml.cs index 3a1ae68..43469af 100644 --- a/TwoStepsAuthenticator.TestApp/MainWindow.xaml.cs +++ b/TwoStepsAuthenticator.TestApp/MainWindow.xaml.cs @@ -31,7 +31,7 @@ namespace TwoStepsAuthenticatorTestApp private void Button_Click(object sender, RoutedEventArgs e) { - model.GetCode(); + model.GetCode(); } } } |