Browse Source

Removed TapGestureRecognizer from mock Register button.

The Register button attempts to display the IdentityServer registration
page, which isn’t required when using mock services.
pull/270/head
David Britch 7 years ago
parent
commit
f4cb659324
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      src/Mobile/eShopOnContainers/eShopOnContainers.Core/Views/LoginView.xaml

+ 0
- 5
src/Mobile/eShopOnContainers/eShopOnContainers.Core/Views/LoginView.xaml View File

@ -151,11 +151,6 @@
<Label <Label
Text="REGISTER" Text="REGISTER"
TextColor="Gray"/> TextColor="Gray"/>
<Grid.GestureRecognizers>
<TapGestureRecognizer
Command="{Binding RegisterCommand}"
NumberOfTapsRequired="1" />
</Grid.GestureRecognizers>
</Grid> </Grid>
<StackLayout <StackLayout
Grid.Column="2" Grid.Column="2"


Loading…
Cancel
Save