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
commit 8b9b843c2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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