Adding new site setup fields. (#840)

This commit is contained in:
Dessalines 2022-11-09 14:53:07 -05:00 committed by GitHub
parent 8fdbaf4499
commit 24548ccba8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
34 changed files with 1207 additions and 568 deletions

View file

@ -42,7 +42,6 @@ export class UserService {
toast(i18n.t("logged_in"));
IsomorphicCookie.save("jwt", jwt, { expires, secure: isHttps });
this.setJwtInfo();
location.reload();
},
none: void 0,
});