mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-29 00:11:32 +08:00
Merge pull request #1140 from dousha/bugfix-protection-box
Fix the password box not removed after entering protected mode
This commit is contained in:
commit
8b9b843c2d
@ -48,4 +48,8 @@ export default class ProtectedSessionTypeWidget extends TypeWidget {
|
||||
|
||||
super.doRender();
|
||||
}
|
||||
|
||||
async doRefresh(note) {
|
||||
// do nothing
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user