Skip to content

Commit

Permalink
Add forgot password button to the expired screen. (#145)
Browse files Browse the repository at this point in the history
* Add forgot password button to the expired screen.

* Weh

Co-authored-by: Visne <39844191+Visne@users.noreply.github.com>

---------

Co-authored-by: Visne <39844191+Visne@users.noreply.github.com>
  • Loading branch information
VasilisThePikachu and Visne authored Apr 12, 2024
1 parent 68d06be commit 366d35f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions SS14.Launcher/Views/Login/ExpiredLoginView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@
<Button DockPanel.Dock="Left" HorizontalAlignment="Center"
Content="Log out" Command="{Binding OnLogOutButtonPressed}" />
</DockPanel>

<DockPanel DockPanel.Dock="Top" LastChildFill="False" MaxWidth="300">
<Button DockPanel.Dock="Left" HorizontalAlignment="Center"
Content="Forgot your password?" Command="{Binding ParentVM.SwitchToForgotPassword}" IsEnabled="{Binding !Busy}" />
</DockPanel>
</DockPanel>

</UserControl>

0 comments on commit 366d35f

Please sign in to comment.