lrf402788946 4 tahun lalu
induk
melakukan
394bd97887
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/views/login.vue

+ 1 - 1
src/views/login.vue

@@ -25,7 +25,7 @@ export default {
     console.log(user);
     localStorage.setItem('user', JSON.stringify(user));
     this.$toast.clear();
-    if (redirect_uri) this.$router.push({ path: this.redirect_uri });
+    if (this.redirect_uri) this.$router.push({ path: this.redirect_uri });
     else if (!this.is_dev) this.toIndex();
   },
   computed: {