add verifyLogin on created()

This commit is contained in:
ogerly 2022-07-22 09:34:43 +02:00
parent ebc6530b12
commit c464ca7d8f

View File

@ -245,6 +245,8 @@ export default {
},
},
created() {
// verifyLogin is important at this point so that creation is updated if they are deleted in a session in the admin area.
this.verifyLogin()
this.updateListContributions({
currentPage: this.currentPage,
pageSize: this.pageSize,