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:
parent
19663f7ba3
commit
f4cb659324
@ -151,11 +151,6 @@
|
||||
<Label
|
||||
Text="REGISTER"
|
||||
TextColor="Gray"/>
|
||||
<Grid.GestureRecognizers>
|
||||
<TapGestureRecognizer
|
||||
Command="{Binding RegisterCommand}"
|
||||
NumberOfTapsRequired="1" />
|
||||
</Grid.GestureRecognizers>
|
||||
</Grid>
|
||||
<StackLayout
|
||||
Grid.Column="2"
|
||||
|
Loading…
x
Reference in New Issue
Block a user