mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-14 00:31:25 +10:00
feat(invitations): completed admin UI, with minor changes to backend
This commit is contained in:
@ -202,7 +202,7 @@ const invitation = await useFetch(
|
||||
`/api/v1/auth/signup/simple?id=${encodeURIComponent(invitationId)}`
|
||||
);
|
||||
|
||||
const email = ref(invitation.data.value?.username);
|
||||
const email = ref(invitation.data.value?.email);
|
||||
const displayName = ref("");
|
||||
const username = ref(invitation.data.value?.username);
|
||||
const password = ref("");
|
||||
|
||||
Reference in New Issue
Block a user