Don't display the role after a member joined a group
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
<div v-else>
|
||||
<o-notification type="success" variant="success"
|
||||
><i18n-t
|
||||
keypath="You successfully joined the group {groupName} with your profile {preferredUsername} as {role}."
|
||||
keypath="You successfully joined the group {groupName} with your profile {preferredUsername}."
|
||||
>
|
||||
<template #groupName>
|
||||
<span
|
||||
@@ -73,12 +73,6 @@
|
||||
>"</span
|
||||
>
|
||||
</template>
|
||||
<template #role>
|
||||
<span
|
||||
>"<b>{{ memberRole }}</b
|
||||
>"</span
|
||||
>
|
||||
</template>
|
||||
</i18n-t></o-notification
|
||||
>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user