|
29 | 29 | Margin="0,10,0,0"/>
|
30 | 30 | </StackPanel>
|
31 | 31 |
|
32 |
| - <TabControl x:Name="authModesTabControl" |
| 32 | + <TabControl x:Name="_authModesTabControl" |
33 | 33 | VerticalContentAlignment="Center"
|
34 | 34 | AutoScrollToSelectedItem="True"
|
35 | 35 | Width="288"
|
|
48 | 48 | <TextBlock Text="Browser" FontSize="12" />
|
49 | 49 | </TabItem.Header>
|
50 | 50 | <StackPanel Margin="0,15">
|
51 |
| - <Button x:Name="oauthLoginButton" IsDefault="True" |
| 51 | + <Button x:Name="_oauthLoginButton" IsDefault="True" |
52 | 52 | HorizontalAlignment="Center" HorizontalContentAlignment="Center" VerticalContentAlignment="Center"
|
53 | 53 | Command="{Binding OAuthCommand}"
|
54 | 54 | Classes="accent" Height="40" Padding="15,5"
|
|
61 | 61 | <TextBlock Text="Password/Token" FontSize="12" />
|
62 | 62 | </TabItem.Header>
|
63 | 63 | <StackPanel Margin="0,15">
|
64 |
| - <TextBox x:Name="userNameTextBox" Margin="0,0,0,10" |
| 64 | + <TextBox x:Name="_userNameTextBox" Margin="0,0,0,10" |
65 | 65 | HorizontalAlignment="Stretch"
|
66 | 66 | Watermark="Email or username"
|
67 | 67 | Text="{Binding UserName}" />
|
68 |
| - <TextBox x:Name="passwordTextBox" Margin="0,0,0,10" |
| 68 | + <TextBox x:Name="_passwordTextBox" Margin="0,0,0,10" |
69 | 69 | HorizontalAlignment="Stretch"
|
70 | 70 | Watermark="Password or token" PasswordChar="●"
|
71 | 71 | Text="{Binding Password}" />
|
|
0 commit comments