todo about public pages

This commit is contained in:
Gamebrary 2021-07-26 14:31:23 -07:00
parent 1ec48d5a3b
commit f3ef88ccb7

View file

@ -31,6 +31,7 @@ export default {
},
mounted() {
// TODO: remove once public stuff is available / pages are merged
if (this.user === null) {
this.$router.push('auth');
}