Fix config onboarding after LDAP initial connexion

Closes #840

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-08-20 18:48:23 +02:00
parent 1fd027bbc2
commit ba075c1973
2 changed files with 2 additions and 0 deletions

View File

@@ -386,6 +386,7 @@ import Subtitle from "../components/Utils/Subtitle.vue";
currentUser: CURRENT_USER_CLIENT,
loggedUser: {
query: USER_SETTINGS,
fetchPolicy: "network-only",
skip() {
return !this.currentUser || this.currentUser.isLoggedIn === false;
},