Merge pull request #1140 from dousha/bugfix-protection-box

Fix the password box not removed after entering protected mode
This commit is contained in:
Elian Doran
2025-02-11 18:57:41 +02:00
committed by GitHub

View File

@@ -48,4 +48,8 @@ export default class ProtectedSessionTypeWidget extends TypeWidget {
super.doRender();
}
async doRefresh(note) {
// do nothing
}
}