diff --git a/src/public/app/widgets/type_widgets/protected_session.js b/src/public/app/widgets/type_widgets/protected_session.js index c10ca555b..e8b2d639e 100644 --- a/src/public/app/widgets/type_widgets/protected_session.js +++ b/src/public/app/widgets/type_widgets/protected_session.js @@ -48,4 +48,8 @@ export default class ProtectedSessionTypeWidget extends TypeWidget { super.doRender(); } + + async doRefresh(note) { + // do nothing + } }