MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / CheckSecurityPassword

Method CheckSecurityPassword

src/render_panel/gr_application.cpp:394–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392 }
393
394 void GrApplication::CheckSecurityPassword() {
395 if (settings_->GetDeviceSecurityPwd().empty()) {
396 InputSafetyPwdDialog dialog(grApp, grWorkspace.get());
397 dialog.exec();
398 }
399 }
400
401 void GrApplication::UpdateServerSecurityPasswordIfNeeded() {
402 context_->PostTask([this]() {

Callers

nothing calls this directly

Calls 1

GetDeviceSecurityPwdMethod · 0.80

Tested by

no test coverage detected