Fix accepting team invites on frontend

This commit is contained in:
Geometrically
2021-01-03 17:55:01 -07:00
parent 0d4432720c
commit 937b00cfcc

View File

@@ -87,6 +87,7 @@ export default {
try { try {
await axios.post( await axios.post(
`https://api.modrinth.com/api/v1/team/${teamId}/join`, `https://api.modrinth.com/api/v1/team/${teamId}/join`,
{},
config config
) )
await this.$router.go(null) await this.$router.go(null)