Minor Fixes

This commit is contained in:
Jai A
2020-11-30 15:10:30 -07:00
parent 7b84d8c3d5
commit d7e6367ff3
4 changed files with 8 additions and 7 deletions

View File

@@ -224,7 +224,7 @@ export default {
},
computed: {
authUrl() {
return `https://api.modrinth.com/api/v1/auth/init?url=http://localhost:3000${this.$route.path}`
return `https://api.modrinth.com/api/v1/auth/init?url=http://modrinth.com${this.$route.path}`
},
userUrl() {
return `/user/${this.$auth.user.id}`