@for (option of rootOptions$ | async; track option) {
{{ option.label }}
}
@let showAlgorithm = showAlgorithm$ | async;
@let account = account$ | async;
@switch (showAlgorithm?.id) {
@case (Algorithm.password) {
}
@case (Algorithm.passphrase) {
}
}
@if ((category$ | async) !== "password") {
{{ "options" | i18n }}
@if (showForwarder$ | async) {
}
@if (showAlgorithm?.id === Algorithm.catchall) {
}
@if (forwarderId$ | async; as forwarderId) {
}
@if (showAlgorithm?.id === Algorithm.plusAddress) {
}
@if (showAlgorithm?.id === Algorithm.username) {
}
}