diff options
Diffstat (limited to 'samples/OAuthConsumerWpf/MainWindow.xaml')
-rw-r--r-- | samples/OAuthConsumerWpf/MainWindow.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/OAuthConsumerWpf/MainWindow.xaml b/samples/OAuthConsumerWpf/MainWindow.xaml index 8bc1e6a..71f3810 100644 --- a/samples/OAuthConsumerWpf/MainWindow.xaml +++ b/samples/OAuthConsumerWpf/MainWindow.xaml @@ -152,7 +152,7 @@ <ComboBox.Items> <ComboBoxItem>Authorization Code</ComboBoxItem> <ComboBoxItem>Implicit Grant</ComboBoxItem> - <ComboBoxItem>Resource Owner Password Credentials</ComboBoxItem> + <!--<ComboBoxItem>Resource Owner Password Credentials</ComboBoxItem>--> </ComboBox.Items> </ComboBox> <Label Grid.Row="3" TabIndex="207">Resource URL</Label> |