Add group admin profiles
And other fixes Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -50,11 +50,11 @@
|
||||
</form>
|
||||
|
||||
<div v-if="validationSent && !userAlreadyActivated">
|
||||
<b-message title="Success" type="is-success" closable="false">
|
||||
<b-message type="is-success" closable="false">
|
||||
<h2 class="title">
|
||||
{{
|
||||
$t("Your account is nearly ready, {username}", {
|
||||
username: identity.preferredUsername,
|
||||
username: identity.name || identity.preferredUsername,
|
||||
})
|
||||
}}
|
||||
</h2>
|
||||
|
||||
@@ -150,6 +150,7 @@ import identityEditionMixin from "../../../mixins/identityEdition";
|
||||
},
|
||||
identity: {
|
||||
query: FETCH_PERSON,
|
||||
fetchPolicy: "cache-and-network",
|
||||
variables() {
|
||||
return {
|
||||
username: this.identityName,
|
||||
|
||||
Reference in New Issue
Block a user