Skip to content

Commit b568302

Browse files
authored
Update ksDevicePortal.cpp
1 parent 48bf950 commit b568302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ksf/comp/ksDevicePortal.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ namespace ksf::comps
619619
{
620620
webSocket = std::make_unique<ksf::misc::ksWSServer>(81);
621621

622-
auto authTokenToHash(portalPassword);
622+
auto authTokenToHash{portalPassword};
623623
authTokenToHash.append(DEVICE_FRONTEND_HTML_MD5);
624624
webSocket->setRequiredAuthToken(generateAuthToken(authTokenToHash));
625625

0 commit comments

Comments
 (0)