@if (error) {
{{ error | translate }}
}
{{ consentData?.user_email }}
{{ consentData?.client_name }} {{ 'login.access_request' | translate }}
    @for (scope of visibleScopes(); track scope) {
  • {{ 'consent.scope.' + scopeKey(scope) | translate }}
  • }
{{ 'generic.cancel' | translate }}
@for (scope of consentData?.requested_scope || []; track scope) { } {{ 'generic.allow' | translate }}