fix lint
This commit is contained in:
parent
7f534a41a6
commit
71188b3463
6 changed files with 9 additions and 12 deletions
|
|
@ -267,7 +267,7 @@ async function onSubmit(): Promise<void> {
|
|||
'testcaptcha-response': testcaptchaResponse.value,
|
||||
};
|
||||
|
||||
const res = await fetch(`${config.apiUrl}/signup`, {
|
||||
const res = await window.fetch(`${config.apiUrl}/signup`, {
|
||||
method: 'POST',
|
||||
headers: {
|
||||
'Content-Type': 'application/json',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue