Skip to content

Commit e063eb9

Browse files
committedFeb 8, 2025
Fix the password box not being removed after entering protected mode (TriliumNext#1078)

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎src/public/app/widgets/type_widgets/protected_session.js

+4
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,8 @@ export default class ProtectedSessionTypeWidget extends TypeWidget {
4848

4949
super.doRender();
5050
}
51+
52+
async doRefresh(note) {
53+
// do nothing
54+
}
5155
}

0 commit comments

Comments
 (0)
Please sign in to comment.