@if (showCredentialTypes$ | async) { @for (option of passwordOptions$ | async; track option) { {{ option.label }} } }
@if ((algorithm$ | async)?.id === Algorithm.password) { } @if ((algorithm$ | async)?.id === Algorithm.passphrase) { }