diff --git a/Project.View/NewLogin/NewLogin.axaml.cs b/Project.View/NewLogin/NewLogin.axaml.cs index 5be1bcd..c48bfea 100644 --- a/Project.View/NewLogin/NewLogin.axaml.cs +++ b/Project.View/NewLogin/NewLogin.axaml.cs @@ -39,7 +39,11 @@ public partial class NewLogin : Window } else { - throw new Exception("Master Login Creation Failed"); + NewLoginUsernameBox.Text = string.Empty; + NewLoginPasswordBox.Text = string.Empty; + NewLoginEmailBox.Text = string.Empty; + var ShowPopup = new PopUp(); + ShowPopup.ShowDialog(this); } } diff --git a/Project.View/PopUp/PopUp.axaml b/Project.View/PopUp/PopUp.axaml new file mode 100644 index 0000000..b3b9887 --- /dev/null +++ b/Project.View/PopUp/PopUp.axaml @@ -0,0 +1,22 @@ + + + + + + + + +