Skip to content
Snippets Groups Projects

Generate invite tokens from admin-fe

Merged Angelina Filippova requested to merge linafilippova/admin-fe:feature/invites into master
All threads resolved!
2 files
+ 12
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -30,7 +30,7 @@ export async function fetchUsers(filters, authHost, token, page = 1) {
}
export async function getPasswordResetToken(nickname, authHost, token) {
return Promise.resolve({ data: 'g05lxnBJQnL' })
return Promise.resolve({ data: { token: 'g05lxnBJQnL', link: 'http://url/api/pleroma/password_reset/g05lxnBJQnL' }})
}
export async function toggleUserActivation(nickname, authHost, token) {
Loading