@if (contact()) {
We sent a code to
{{ contact() }}
}
@for (digit of digits(); track $index) {
{{ digit }}
}
@if (canResend()) {
} @else {
Resend code in {{ countdown() }}s
}
@for (key of keypadKeys; track $index) {
@if (key === '') {
} @else if (key === 'back') {
} @else {
}
}