@if (step() === 'otp') { {{ 'account.delete.verify_identity_title' | translate }} {{ 'account.delete.otp_explanation' | translate: { email: (userEmail$ | async) } }} @if (otpSending()) { } {{ (otpSent() ? 'account.delete.otp_resend' : 'account.delete.otp_send_code') | translate }} @if (otpError()) { {{ 'account.delete.otp_error' | translate }} } @if (otpSent()) { {{ 'account.delete.otp_sent' | translate }} } } @if (step() === 'reauth') { {{ 'account.delete.verify_identity_title' | translate }} {{ 'account.delete.reauth_explanation' | translate }} } @if (step() === 'confirm') { {{ 'account.delete_account_confirm_title' | translate }} {{ 'account.delete_account_confirm' | translate }} @if (canKeepUser | async) { {{ 'account.delete.keep_user_title' | translate }} {{ 'generic.yes' | translate }} {{ 'generic.no' | translate }} } }
{{ 'account.delete.otp_explanation' | translate: { email: (userEmail$ | async) } }}
{{ 'account.delete.otp_error' | translate }}
{{ 'account.delete.otp_sent' | translate }}
{{ 'account.delete.reauth_explanation' | translate }}