Skip to content

Commit 3467fe1

Browse files
Fix comment
1 parent 234ec46 commit 3467fe1

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 sent by auto-login
701+
// cookie check 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)