mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
cleanup
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: 3d93696fb5...802d38f52e
@@ -24,11 +24,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="box-footer" *ngIf="webVaultHostname">
|
<div class="box-footer">
|
||||||
{{'loggedInAsOn' | i18n : email:webVaultHostname}}
|
{{'loggedInAsOn' | i18n : email : webVaultHostname}}
|
||||||
</div>
|
|
||||||
<div class="box-footer" *ngIf="!webVaultHostname">
|
|
||||||
{{'loggedInAs' | i18n : email}}
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="buttons">
|
<div class="buttons">
|
||||||
|
|||||||
@@ -20,7 +20,8 @@ export class LockComponent extends BaseLockComponent {
|
|||||||
constructor(router: Router, i18nService: I18nService,
|
constructor(router: Router, i18nService: I18nService,
|
||||||
platformUtilsService: PlatformUtilsService, messagingService: MessagingService,
|
platformUtilsService: PlatformUtilsService, messagingService: MessagingService,
|
||||||
userService: UserService, cryptoService: CryptoService,
|
userService: UserService, cryptoService: CryptoService,
|
||||||
storageService: StorageService, lockService: LockService, environmentService: EnvironmentService) {
|
storageService: StorageService, lockService: LockService,
|
||||||
|
environmentService: EnvironmentService) {
|
||||||
super(router, i18nService, platformUtilsService, messagingService, userService, cryptoService,
|
super(router, i18nService, platformUtilsService, messagingService, userService, cryptoService,
|
||||||
storageService, lockService, environmentService);
|
storageService, lockService, environmentService);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -740,25 +740,16 @@
|
|||||||
"unlock": {
|
"unlock": {
|
||||||
"message": "Unlock"
|
"message": "Unlock"
|
||||||
},
|
},
|
||||||
"loggedInAs": {
|
|
||||||
"message": "Logged in as $EMAIL$.",
|
|
||||||
"placeholders": {
|
|
||||||
"email": {
|
|
||||||
"content": "$1",
|
|
||||||
"example": "name@example.com"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"loggedInAsOn": {
|
"loggedInAsOn": {
|
||||||
"message": "Logged in as $EMAIL$ on $WEBVAULTHOSTNAME$.",
|
"message": "Logged in as $EMAIL$ on $HOSTNAME$.",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"email": {
|
"email": {
|
||||||
"content": "$1",
|
"content": "$1",
|
||||||
"example": "name@example.com"
|
"example": "name@example.com"
|
||||||
},
|
},
|
||||||
"webVaultHostname": {
|
"hostname": {
|
||||||
"content": "$2",
|
"content": "$2",
|
||||||
"example": "bitwarden.example.com"
|
"example": "bitwarden.com"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user