Skip to content

Commit

Permalink
final
Browse files Browse the repository at this point in the history
  • Loading branch information
giwi97 committed Oct 18, 2020
1 parent a3e6159 commit bf1f86b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/components/BookReqForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -199,10 +199,10 @@ export default {
} else {
if (!val) return;
setTimeout(() => (this.dialog = false), 4000);
setTimeout(() => location.reload(), 4000);
setTimeout(() => (this.snackbar = true), 4000);
setTimeout(() => location.reload(), 5000);
}
//this.snackbar = true;
setTimeout(() => (this.snackbar = true), 3000);
},
},
};
Expand Down
3 changes: 2 additions & 1 deletion src/views/Signup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,8 @@
<v-btn
class="mr-4"
color="success"
@click="submit" >
@click="submit"
to="/profile" >
submit
</v-btn>

Expand Down

0 comments on commit bf1f86b

Please sign in to comment.