fix: Add an option to view the masked information in the profile settings UI (#9343)

This commit is contained in:
Muhsin Keloth
2024-05-03 02:25:40 +05:30
committed by GitHub
parent 5846ee4bad
commit 3488a315d0
6 changed files with 55 additions and 36 deletions

View File

@@ -15,6 +15,7 @@
<span v-if="error" class="message">
{{ error }}
</span>
<slot name="masked" />
</label>
</template>