Merge pull request #794 from Depechie/dev
Be sure to have all brackets inside the XAML
This commit is contained in:
commit
21436f3f16
@ -198,7 +198,7 @@
|
||||
</Entry.Triggers>
|
||||
</Entry>
|
||||
<Label
|
||||
Text="{Binding UserName.Errors, Converter={StaticResource FirstValidationErrorConverter}"
|
||||
Text="{Binding UserName.Errors, Converter={StaticResource FirstValidationErrorConverter}}"
|
||||
Style="{StaticResource ValidationErrorLabelStyle}" />
|
||||
<Label
|
||||
Text="Password"
|
||||
@ -227,7 +227,7 @@
|
||||
</Entry.Triggers>
|
||||
</Entry>
|
||||
<Label
|
||||
Text="{Binding Password.Errors, Converter={StaticResource FirstValidationErrorConverter}"
|
||||
Text="{Binding Password.Errors, Converter={StaticResource FirstValidationErrorConverter}}"
|
||||
Style="{StaticResource ValidationErrorLabelStyle}" />
|
||||
</StackLayout>
|
||||
<!-- LOGIN BUTTON -->
|
||||
@ -364,4 +364,4 @@
|
||||
</ActivityIndicator.WidthRequest>
|
||||
</ActivityIndicator>
|
||||
</Grid>
|
||||
</ContentPage>
|
||||
</ContentPage>
|
||||
|
Loading…
x
Reference in New Issue
Block a user