Message Box On Register To Inform User Of Email Verification

This commit is contained in:
Alan Moon 2025-07-27 13:54:17 -07:00
parent b81b059177
commit cfcc5ad4c1

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