Email Features #5

Merged
Moonbase merged 2 commits from email-features into master 2025-07-27 13:55:57 -07:00
Showing only changes of commit cfcc5ad4c1 - Show all commits

View File

@ -43,6 +43,7 @@ namespace qtc_net_client_2.Forms
if(registerResult.Success)
{
MessageBox.Show("Registration Complete. If the server has email verification on, you may need to check your email for a verification link.\nIf you do not receive one, try logging in.");
DialogResult = DialogResult.OK;
Close();
} else