Fix accepting team invites on frontend

This commit is contained in:
Geometrically 2021-01-03 17:55:01 -07:00
parent 0d4432720c
commit 937b00cfcc
No known key found for this signature in database
GPG Key ID: 90C056FDC8FC9FF0

View File

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