mirror of
https://github.com/romancm/gamebrary
synced 2024-11-27 13:40:48 +00:00
remove todo
This commit is contained in:
parent
1be0ae31eb
commit
42812244c6
1 changed files with 0 additions and 1 deletions
|
@ -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' });
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue