Lejönnek a CheckPointhoz tartozó sorok
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<StackLayout Padding="20" VerticalOptions="Center">
|
||||
<Entry x:Name="UsernameEntry" Placeholder="Felhasználói név" />
|
||||
<Entry x:Name="PasswordEntry" Placeholder="PIN kód" IsPassword="True" Keyboard="Numeric"/>
|
||||
<dx:PasswordEdit
|
||||
<!--<dx:PasswordEdit
|
||||
Text="{Binding Password, Mode=TwoWay}"
|
||||
HasError="{Binding PasswordHasError}"
|
||||
LabelText="Password"
|
||||
@@ -16,7 +16,7 @@
|
||||
Keyboard="Numeric"
|
||||
ErrorText="The password should contain more than 5 characters,
|
||||
have at least one uppercase and one lowercase letter, and one number."
|
||||
PlaceholderText="Enter password"/>
|
||||
PlaceholderText="Enter password"/>-->
|
||||
<Button x:Name="LoginBtn" Text="Bejelentkezés" Clicked="OnLoginClicked" />
|
||||
<ActivityIndicator x:Name="LoadingIndicator"
|
||||
IsRunning="False"
|
||||
|
||||
Reference in New Issue
Block a user