mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-05 05:50:19 +08:00
feat: comma dangle
This commit is contained in:
@ -54,6 +54,6 @@ function testEmailProvider(provider, email = "") {
|
||||
return fetch(`${Setting.ServerUrl}/api/send-email`, {
|
||||
method: "POST",
|
||||
credentials: "include",
|
||||
body: JSON.stringify(emailForm)
|
||||
body: JSON.stringify(emailForm),
|
||||
}).then(res => res.json());
|
||||
}
|
||||
|
Reference in New Issue
Block a user