more debug

This commit is contained in:
lingdocs 2021-08-22 14:00:12 +04:00
parent b9df8537cd
commit 1bed783cb4
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ const Account = ({ user, loadUser }: { user: AT.LingdocsUser | undefined, loadUs
setWaiting(true);
upgradeAccount(upgradePassword).then((res) => {
setWaiting(false);
console.log(res);
if (res.ok) {
loadUser();
closeUpgrade();