Skip to content

Commit 9bb7c23

Browse files
VasilisThePikachuVisne
authored andcommitted
Add forgot password button to the expired screen. (space-wizards#145)
* Add forgot password button to the expired screen. * Weh Co-authored-by: Visne <[email protected]> --------- Co-authored-by: Visne <[email protected]>
1 parent aeaad7c commit 9bb7c23

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

SS14.Launcher/Views/Login/ExpiredLoginView.xaml

+5
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@
3131
<Button DockPanel.Dock="Left" HorizontalAlignment="Center"
3232
Content="{loc:Get Log out}" Command="{Binding OnLogOutButtonPressed}" />
3333
</DockPanel>
34+
35+
<DockPanel DockPanel.Dock="Top" LastChildFill="False" MaxWidth="300">
36+
<Button DockPanel.Dock="Left" HorizontalAlignment="Center"
37+
Content="Forgot your password?" Command="{Binding ParentVM.SwitchToForgotPassword}" IsEnabled="{Binding !Busy}" />
38+
</DockPanel>
3439
</DockPanel>
3540

3641
</UserControl>

0 commit comments

Comments
 (0)