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
|
<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…
x
Reference in New Issue
Block a user