remove todo

This commit is contained in:
Gamebrary 2021-05-10 11:39:26 -07:00
parent 1be0ae31eb
commit 42812244c6

View file

@ -92,7 +92,6 @@ export default {
if (this.user) {
this.load();
} else if (this.$route.name !== 'auth' && !this.$route.params.providerId) {
// TODO: null check ^
this.$router.replace({ name: 'auth' });
}
},