You've already forked AstralRinth
forked from didirus/AstralRinth
Fix adding team members (#153)
This commit is contained in:
committed by
GitHub
parent
7d7377ab15
commit
22219af133
@@ -350,7 +350,7 @@ export default {
|
||||
await axios.post(
|
||||
`https://api.modrinth.com/api/v1/team/${this.mod.team}/members`,
|
||||
data,
|
||||
this.auth.headers
|
||||
this.$auth.headers
|
||||
)
|
||||
await this.$router.go(null)
|
||||
} catch (err) {
|
||||
|
||||
Reference in New Issue
Block a user