mirror of
https://github.com/zadam/trilium.git
synced 2025-12-24 08:14:25 +01:00
Fix the password box not being removed after entering protected mode (#1078)
This commit is contained in:
parent
2db3765bd4
commit
e063eb9ac1
@ -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