diff options
Diffstat (limited to 'src/account-server/account.cpp')
-rw-r--r-- | src/account-server/account.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/account-server/account.cpp b/src/account-server/account.cpp index c827a92d..256e5c73 100644 --- a/src/account-server/account.cpp +++ b/src/account-server/account.cpp @@ -116,7 +116,7 @@ Account::getPassword(void) const void Account::setEmail(const std::string& email) { - // should we check that the email address is valid first? + // Email validity is checked by Accounthandler mEmail = email; } |