diff options
author | Guillaume Lacasa <guillaume.lacasa@ucaya.com> | 2013-06-14 09:23:57 +0200 |
---|---|---|
committer | Guillaume Lacasa <guillaume.lacasa@ucaya.com> | 2013-06-14 09:23:57 +0200 |
commit | 0b4e94d02397bf6dd03c053610873dbdf8535059 (patch) | |
tree | 11e463b4787e01ec4daf22ba201e5ae9a02ad1d8 /TwoStepsAuthenticator.TestApp/MainWindow.xaml.cs | |
parent | 8a0e9f0802038c80a4fc36cafbd97d9579795d09 (diff) | |
parent | db2840622d085b1920a370f3452c9bd323a36414 (diff) | |
download | TwoStepsAuthenticator-0b4e94d02397bf6dd03c053610873dbdf8535059.zip TwoStepsAuthenticator-0b4e94d02397bf6dd03c053610873dbdf8535059.tar.gz TwoStepsAuthenticator-0b4e94d02397bf6dd03c053610873dbdf8535059.tar.bz2 |
Merge branch 'master' of https://github.com/glacasa/TwoStepsAuthenticator
Diffstat (limited to 'TwoStepsAuthenticator.TestApp/MainWindow.xaml.cs')
-rw-r--r-- | TwoStepsAuthenticator.TestApp/MainWindow.xaml.cs | 1 |
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; } |