diff options
author | Guillaume Lacasa <guillaume.lacasa@ucaya.com> | 2013-06-13 18:56:14 +0200 |
---|---|---|
committer | Guillaume Lacasa <guillaume.lacasa@ucaya.com> | 2013-06-13 18:56:14 +0200 |
commit | fb24badd216bc50e5a00ab87d7e7f4abc1208142 (patch) | |
tree | 435339c18aebefa2886f4f255ef84afe71cb84c7 /TwoStepsAuthenticator.TestApp/MainWindow.xaml.cs | |
parent | fa1d0a8231434fd7fc441485e707483e8e9712ea (diff) | |
download | TwoStepsAuthenticator-fb24badd216bc50e5a00ab87d7e7f4abc1208142.zip TwoStepsAuthenticator-fb24badd216bc50e5a00ab87d7e7f4abc1208142.tar.gz TwoStepsAuthenticator-fb24badd216bc50e5a00ab87d7e7f4abc1208142.tar.bz2 |
A single code is only accepted once
Diffstat (limited to 'TwoStepsAuthenticator.TestApp/MainWindow.xaml.cs')
-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(); } } } |