cleanup
This commit is contained in:
parent
89c066069c
commit
0ed33a07d8
2
jslib
2
jslib
|
@ -1 +1 @@
|
||||||
Subproject commit 3d93696fb51b6a0c3d29c6df626e60fab9cca789
|
Subproject commit 802d38f52e9794567179b9bd9ffc475ceb31323f
|
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue