Fix the password box not being removed after entering protected mode (#1078)

This commit is contained in:
dousha 2025-02-08 15:21:39 +08:00
parent 2db3765bd4
commit e063eb9ac1

View File

@ -48,4 +48,8 @@ export default class ProtectedSessionTypeWidget extends TypeWidget {
super.doRender();
}
async doRefresh(note) {
// do nothing
}
}