mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 00:55:25 +00:00
Fix adding team members (#153)
This commit is contained in:
@@ -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