Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 21436f3

Browse files
authored
Merge pull request #794 from Depechie/dev
Be sure to have all brackets inside the XAML
2 parents f8bcced + 86328b8 commit 21436f3

File tree

1 file changed

+3
-3
lines changed
  • src/Mobile/eShopOnContainers/eShopOnContainers.Core/Views

1 file changed

+3
-3
lines changed

src/Mobile/eShopOnContainers/eShopOnContainers.Core/Views/LoginView.xaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
</Entry.Triggers>
199199
</Entry>
200200
<Label
201-
Text="{Binding UserName.Errors, Converter={StaticResource FirstValidationErrorConverter}"
201+
Text="{Binding UserName.Errors, Converter={StaticResource FirstValidationErrorConverter}}"
202202
Style="{StaticResource ValidationErrorLabelStyle}" />
203203
<Label
204204
Text="Password"
@@ -227,7 +227,7 @@
227227
</Entry.Triggers>
228228
</Entry>
229229
<Label
230-
Text="{Binding Password.Errors, Converter={StaticResource FirstValidationErrorConverter}"
230+
Text="{Binding Password.Errors, Converter={StaticResource FirstValidationErrorConverter}}"
231231
Style="{StaticResource ValidationErrorLabelStyle}" />
232232
</StackLayout>
233233
<!-- LOGIN BUTTON -->
@@ -364,4 +364,4 @@
364364
</ActivityIndicator.WidthRequest>
365365
</ActivityIndicator>
366366
</Grid>
367-
</ContentPage>
367+
</ContentPage>

0 commit comments

Comments
 (0)