|
|
@ -131,7 +131,8 @@
|
|
|
|
Style="{StaticResource SecondaryBorderShadow}">
|
|
|
|
Style="{StaticResource SecondaryBorderShadow}">
|
|
|
|
<Entry
|
|
|
|
<Entry
|
|
|
|
Style="{StaticResource UserInput}"
|
|
|
|
Style="{StaticResource UserInput}"
|
|
|
|
Placeholder="New password"/>
|
|
|
|
Placeholder="New password"
|
|
|
|
|
|
|
|
IsPassword="True"/>
|
|
|
|
</Border>
|
|
|
|
</Border>
|
|
|
|
<Label
|
|
|
|
<Label
|
|
|
|
Grid.Row="5"
|
|
|
|
Grid.Row="5"
|
|
|
@ -143,7 +144,8 @@
|
|
|
|
Style="{StaticResource SecondaryBorderShadow}">
|
|
|
|
Style="{StaticResource SecondaryBorderShadow}">
|
|
|
|
<Entry
|
|
|
|
<Entry
|
|
|
|
Style="{StaticResource UserInput}"
|
|
|
|
Style="{StaticResource UserInput}"
|
|
|
|
Placeholder="New password"/>
|
|
|
|
Placeholder="New password"
|
|
|
|
|
|
|
|
IsPassword="True"/>
|
|
|
|
</Border>
|
|
|
|
</Border>
|
|
|
|
</Grid>
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
|
|