summaryrefslogtreecommitdiffstats
path: root/TwoStepsAuthenticator.TestApp/MainWindow.xaml.cs
diff options
context:
space:
mode:
authorGuillaume <guillaumelacasa@hotmail.com>2013-06-13 20:19:15 +0200
committerGuillaume <guillaumelacasa@hotmail.com>2013-06-13 20:19:15 +0200
commitb8279017597a616b016f8f1def3be11ac9660f5d (patch)
tree26aa7d7f904c5b10baa62361150fbab82de74b0b /TwoStepsAuthenticator.TestApp/MainWindow.xaml.cs
parentfb24badd216bc50e5a00ab87d7e7f4abc1208142 (diff)
downloadTwoStepsAuthenticator-b8279017597a616b016f8f1def3be11ac9660f5d.zip
TwoStepsAuthenticator-b8279017597a616b016f8f1def3be11ac9660f5d.tar.gz
TwoStepsAuthenticator-b8279017597a616b016f8f1def3be11ac9660f5d.tar.bz2
Key generator added
Diffstat (limited to 'TwoStepsAuthenticator.TestApp/MainWindow.xaml.cs')
-rw-r--r--TwoStepsAuthenticator.TestApp/MainWindow.xaml.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/TwoStepsAuthenticator.TestApp/MainWindow.xaml.cs b/TwoStepsAuthenticator.TestApp/MainWindow.xaml.cs
index 43469af..f74a031 100644
--- a/TwoStepsAuthenticator.TestApp/MainWindow.xaml.cs
+++ b/TwoStepsAuthenticator.TestApp/MainWindow.xaml.cs
@@ -25,7 +25,6 @@ namespace TwoStepsAuthenticatorTestApp
{
InitializeComponent();
model = new ViewModel();
- model.Key="JBSWY3DPEHPK3PXP";
this.DataContext = model;
}