Removed TapGestureRecognizer from mock Register button.

The Register button attempts to display the IdentityServer registration
page, which isn’t required when using mock services.
This commit is contained in:
David Britch 2017-08-10 15:41:50 +01:00
parent 19663f7ba3
commit f4cb659324

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"