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

This commit is contained in:
Muhsin Keloth
2024-05-02 13:55:40 -07:00
committed by GitHub
parent 5846ee4bad
commit 3488a315d0
6 changed files with 55 additions and 36 deletions
@@ -15,6 +15,7 @@
<span v-if="error" class="message">
{{ error }}
</span>
<slot name="masked" />
</label>
</template>