Fix config onboarding after LDAP initial connexion
Closes #840 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
1fd027bbc2
commit
ba075c1973
@ -21,6 +21,7 @@
|
||||
}}
|
||||
</span>
|
||||
<span
|
||||
v-if="config"
|
||||
v-html="
|
||||
$t(
|
||||
'This instance, <b>{instanceName} ({domain})</b>, hosts your profile, so remember its name.',
|
||||
|
@ -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;
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user