You've already forked AstralRinth
forked from didirus/AstralRinth
Fix accepting team invites on frontend
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user