Adding new site setup fields. (#840)
This commit is contained in:
parent
8fdbaf4499
commit
24548ccba8
34 changed files with 1207 additions and 568 deletions
|
@ -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,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue