Make admin/update-remote-user public
This commit is contained in:
parent
e825d3be83
commit
dfa341e1c0
2 changed files with 2 additions and 3 deletions
|
@ -162,7 +162,7 @@ export default defineComponent({
|
|||
},
|
||||
|
||||
async updateRemoteUser() {
|
||||
await os.apiWithDialog('admin/update-remote-user', { userId: this.user.id });
|
||||
await os.apiWithDialog('federation/update-remote-user', { userId: this.user.id });
|
||||
this.refreshUser();
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue