This commit is contained in:
parent
c3b472359a
commit
c4320c9b05
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ ${window.siyuan.languages.account2}
|
|||
const trialSubElement = account.element.querySelector("#trialSub");
|
||||
if (trialSubElement) {
|
||||
trialSubElement.addEventListener("click", () => {
|
||||
fetchPost("/api/account/startFreeTrial", () => {
|
||||
fetchPost("/api/account/startFreeTrial", {}, () => {
|
||||
account.element.querySelector("#refresh").dispatchEvent(new Event("click"));
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue