{{ "options" | i18n }}

{{ "type" | i18n }} @if (credentialTypeHint$ | async) { {{ credentialTypeHint$ | async }} }
@if (showForwarder$ | async) {
{{ "service" | i18n }}
} @let showAlgorithm = showAlgorithm$ | async; @let account = account$ | async; @if (showAlgorithm?.id === Algorithm.catchall) { } @if (forwarderId$ | async; as forwarderId) { } @if (showAlgorithm?.id === Algorithm.plusAddress) { } @if (showAlgorithm?.id === Algorithm.username) { }