1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

[EC-598] feat: remove orgigin

This commit is contained in:
Andreas Coroiu
2023-03-31 12:32:07 +02:00
parent 380e545c90
commit 1d9dde95b7
6 changed files with 1 additions and 15 deletions

View File

@@ -2062,9 +2062,6 @@
"rpName": {
"message": "Relying party"
},
"origin": {
"message": "Origin"
},
"loginWithDevice": {
"message": "Log in with device"
},

View File

@@ -437,11 +437,6 @@
<span class="row-label">{{ "username" | i18n }}</span>
{{ cipher.fido2Key.userName }}
</div>
<div class="box-content-row">
<span class="row-label">{{ "origin" | i18n }}</span>
{{ cipher.fido2Key.origin }}
</div>
</div>
</div>
</div>