mirror of
https://github.com/zadam/trilium.git
synced 2026-07-06 13:49:20 +02:00
Fix the password box not being removed after entering protected mode (#1078)
This commit is contained in:
@@ -48,4 +48,8 @@ export default class ProtectedSessionTypeWidget extends TypeWidget {
|
||||
|
||||
super.doRender();
|
||||
}
|
||||
|
||||
async doRefresh(note) {
|
||||
// do nothing
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user