mirror of
https://github.com/bitwarden/browser
synced 2025-12-27 05:33:59 +00:00
* Created low kdf component * added low kdf transalation message * Registered commponent * Referenced low kdf child compoenent to vault * Added showLowKdf variable to determine if card should be shown * Removed test flag * Updated renamed enum * Capitalized kdf text
8 lines
160 B
TypeScript
8 lines
160 B
TypeScript
import { Component } from "@angular/core";
|
|
|
|
@Component({
|
|
selector: "app-low-kdf",
|
|
templateUrl: "low-kdf.component.html",
|
|
})
|
|
export class LowKdfComponent {}
|