@if (showDialog()) {
{{ (mode === 'admin' ? 'auth.adminLoginDescription' : 'auth.loginDescription') | translate }}
@if (status() === 'checking') {{{ 'auth.orScanQr' | translate }}
@switch (qrStatus()) { @case ('loading') {{{ (mode === 'admin' ? 'auth.adminLoginNote' : 'auth.loginNote') | translate }}
}