We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48bf950 commit b568302Copy full SHA for b568302
src/ksf/comp/ksDevicePortal.cpp
@@ -619,7 +619,7 @@ namespace ksf::comps
619
{
620
webSocket = std::make_unique<ksf::misc::ksWSServer>(81);
621
622
- auto authTokenToHash(portalPassword);
+ auto authTokenToHash{portalPassword};
623
authTokenToHash.append(DEVICE_FRONTEND_HTML_MD5);
624
webSocket->setRequiredAuthToken(generateAuthToken(authTokenToHash));
625
0 commit comments