Skip to content

Commit d5dd05d

Browse files
Fix another comment
1 parent 3467fe1 commit d5dd05d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/servers/CNLoginServer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ bool CNLoginServer::checkToken(CNSocket* sock, Database::Account& account, std::
698698
}
699699
}
700700

701-
// cookie check failed; check to see if it's a plaintext password
701+
// cookie check disabled or failed; check to see if it's a plaintext password
702702
if (CNLoginServer::isAuthMethodAllowed(AuthMethod::PASSWORD)
703703
&& CNLoginServer::isPasswordCorrect(account.Password, token)) {
704704
return true;

0 commit comments

Comments
 (0)