mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
@@ -99,6 +99,7 @@ export const Form = () => {
|
||||
const createResponse = await affineFetch('/api/setup/create-admin-user', {
|
||||
method: 'POST',
|
||||
body: JSON.stringify({
|
||||
name: nameValue,
|
||||
email: emailValue,
|
||||
password: passwordValue,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user