Message Box On Register To Inform User Of Email Verification
This commit is contained in:
parent
b81b059177
commit
cfcc5ad4c1
@ -43,6 +43,7 @@ namespace qtc_net_client_2.Forms
|
|||||||
|
|
||||||
if(registerResult.Success)
|
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;
|
DialogResult = DialogResult.OK;
|
||||||
Close();
|
Close();
|
||||||
} else
|
} else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user