summaryrefslogtreecommitdiffstats
path: root/TwoStepsAuthenticator.TestApp/MainWindow.xaml.cs
diff options
context:
space:
mode:
authorGuillaume Lacasa <guillaume.lacasa@ucaya.com>2013-06-13 18:56:14 +0200
committerGuillaume Lacasa <guillaume.lacasa@ucaya.com>2013-06-13 18:56:14 +0200
commitfb24badd216bc50e5a00ab87d7e7f4abc1208142 (patch)
tree435339c18aebefa2886f4f255ef84afe71cb84c7 /TwoStepsAuthenticator.TestApp/MainWindow.xaml.cs
parentfa1d0a8231434fd7fc441485e707483e8e9712ea (diff)
downloadTwoStepsAuthenticator-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.cs2
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();
}
}
}