@@ -254,6 +254,7 @@
let user = that.$jwt(res.data);
if (user) {
that.$set(that, `user`, user)
+ that.clearPage();
that.search();
}