Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: HJ <30-hj@users.noreply.git.pleroma.social>
This commit is contained in:
parent
aa816a75fa
commit
e3e086a0e7
1 changed files with 1 additions and 1 deletions
|
|
@ -1548,7 +1548,7 @@ const adminConfirmUser = ({user: { screen_name: nickname }, credentials }) => {
|
||||||
payload: {
|
payload: {
|
||||||
nicknames: [nickname]
|
nicknames: [nickname]
|
||||||
}
|
}
|
||||||
}).then(res => console.log('response', res))
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
const adminResendConfirmationEmail = ({user: { screen_name: nickname }, credentials }) => {
|
const adminResendConfirmationEmail = ({user: { screen_name: nickname }, credentials }) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue