@pristy/pristy-libvue 0.33.1 → 0.33.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1615,8 +1615,8 @@ const F = L({
1615
1615
  * Logout current user and stop auto-renew for oidc connection
1616
1616
  * @return {Promise<axios.AxiosResponse<any>>}
1617
1617
  */
1618
- logout() {
1619
- console.log(`logout with ${this.email}`), i && i.logout(), this.token = "", this.isAdmin = !1, this.person = null, this.apiAlfresco = null;
1618
+ async logout() {
1619
+ console.log(`logout with ${this.email}`), i && await i.logout(), this.token = "", this.isAdmin = !1, this.person = null, this.apiAlfresco = null;
1620
1620
  const a = w();
1621
1621
  if (a.AUTH === "keycloak" || a.AUTH === "lemonldap" || a.AUTH === "azuread")
1622
1622
  return clearTimeout(this.keycloakRenewTO), r.get(`${a.ALFRESCO_HOST}/alfresco/logout`).then(() => {